Sponsored Content
Full Discussion: Downloading Linux
Operating Systems Linux Downloading Linux Post 302072747 by trmn8r on Friday 5th of May 2006 08:55:03 PM
Old 05-05-2006
Having just gone through a similar situation (though not in a classroom environment - I did it in order to become familiar with Unix), I would recommend getting a new hard drive and installing it fresh on that.
I used Partition Magic to re-partition my HD that had XP on it (notice the word "had" - XP stands for X-Pendable). XP does not like to give up being the primary boot OS, I was not able to beat it into submission, so it was over-written.
If you decide to re-partition, seek help from someone knowledgeable in re-partitioning hard drives. One false move, and XP can be rendered unusable.
I wish you luck in your venture, you may want to contact your student advisor and file a complaint against this "instructor".
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Downloading Solaris

Does anyone know of any good sites to download Solaris for free???? or any other versions of Unix for that matter. and if I have to pay for Solaris 8 does anyone know how much it would cost Thanx, any info would be much appreciated (2 Replies)
Discussion started by: eloquent99
2 Replies

2. UNIX for Dummies Questions & Answers

Downloading

Kindly help us... Is there a way in linux how we'll be able to check which workstation is downloading files from the internet and what file is it? Please put into consideration that our linux has a firewall. Thanks (1 Reply)
Discussion started by: eric_hing
1 Replies

3. UNIX for Advanced & Expert Users

downloading through ftp

i have been busy getting accustomed to ssh and ftp and have a remote account that I am trying to comprehend.. my question is when I use ftp, ssh and remote accounts where do I download packages to.. which directory.. i have a cooledit package that is tarred and gziped which I ncftpd from... (6 Replies)
Discussion started by: moxxx68
6 Replies

4. Linux

downloading linux

I can't download linux. why? :mad: (2 Replies)
Discussion started by: buddhika
2 Replies

5. Linux

downloading linux

hi when i got to download fedora there are so many options to download. I remember my teacher saying there was 3 iso files to download yet I see 6 and different options. Does anyone know which one i should download ? (2 Replies)
Discussion started by: dannyd
2 Replies

6. Linux

Problem downloading linux kernel 2.6 on to AT91RM9200

Hi, I builded the linux kernel 2.6 with the following tool chain binutils:2.16 gcc:3.4.4 glibc:2.3.5 kernel:2.6.10 and applied the corresponding patches to it.I got the kernel Image.I downloaded the Image on to the AT91RM9200 board.But when i am booting the image it is showing the... (1 Reply)
Discussion started by: yugandhar
1 Replies

7. Shell Programming and Scripting

downloading a folder

I know how to download a file from a ftp server through shell script. But when there is a folder inside the directory you are in, I could not download them. How would you write it? I can think of this. login to ftp and output the directory tree into a file. Log out the session read the... (1 Reply)
Discussion started by: soemac
1 Replies

8. Solaris

Downloading Solaris 10/08 ?

hi there, Has anybody else had any problems downloading Solaris 10/08 form the Sun web site ? I have tried a number of times, at different times of the day, and have the same results each time. Either the Sun Download manager times out after about 20 retries and I get nothing, or if I... (4 Replies)
Discussion started by: Freddo_21
4 Replies

9. Shell Programming and Scripting

Downloading with Wget

Hello everyone. I'm new both to the forum and to unix scripting, and this website has been very useful in putting together a script I am working on. However, I have run into a bit of a snag, which is why I have come here seeking help. First I will say what I am trying to do, and then what I have... (2 Replies)
Discussion started by: keltonhalbert
2 Replies

10. UNIX for Beginners Questions & Answers

File downloading

I saved to disk using lynx, under ls it shows up but no matter what I have done back comes the statment no such file. How do you erase these ls false readings or open what ls shows? (9 Replies)
Discussion started by: Jackbird
9 Replies
PARTITION(8)						      System Manager's Manual						      PARTITION(8)

NAME
partition - make a partition table SYNOPSIS
partition [-mf] device [type:]size[+*] ... DESCRIPTION
Partition makes a partition table on device using the types and sizes given. It may be used in combination with repartition(8) for auto- matic installation of Minix. You may give up to four type:size[+*] specifications for the partitions. You may also specify holes before, between, and after the parti- tions. A hole differs from a partition specification by not having a type. The first hole is by default 1 sector to make space for the primary bootstrap and the partition table. The other holes are 0. The type field is the type of the partitition in hexadecimal. The size field is the partition's size in sectors. The + or * may option- ally be added to indicate that the partition must be expanded to contain any leftover space on the device or to mark the partition active. Partitions are padded out to cylinder boundaries, except for the first one, it starts on track 1. Some operating systems care about this. Minix and MS-DOS do not. OPTIONS
-m Minix only, no need to pad partitions. This is the default for subpartition tables. -f Force making a partition table even if the device is too small. EXAMPLE
partition /dev/hd0 01:16384 81:40000 81:2880* 06:20000+ Partitions disk 0 into an 8 Mb DOS partition, 20 Mb Minix /usr, 1.44 Mb Minix / (active), and a DOS partition of at least 10 Mb at the end of the disk. (06:0+ would have been ok too, it's just a sanity check.) SEE ALSO
hd(4), part(8), repartition(8). AUTHOR
Kees J. Bot (kjb@cs.vu.nl) PARTITION(8)
All times are GMT -4. The time now is 09:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy