Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You didn't mention the / partition, where is it? You must have one.
There are several ways to accomplish that. Easier way is to use fedora's native tools. Boot the machine with the install cd's you have, and run the partitioner program (disk druid?).
The ways to partition depend on your hd layout. Maybe you have to build a logical partition.
A hd can have up to 4 primary partitions, including extended ones. If you already used these, you have to create a logical partition to use these 2Gb.
Post here the output of
cat /etc/fstab
and
df
So we can take a look at it.
Last edited by bruno buys; 08-30-2004 at 08:11 PM.
You're right. I do have a / partition. I'm so new to Linux, I'm still trying to figure out what's going on. Anyway, here's the output of cat /etc/fstab:
/dev/hda1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
none on /dev/shm type tmpfs (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
Here is the result of 'fdisk -l /dev/hda':
Disk /dev/hda: 30.0 GB, 30005821440 bytes
15 heads, 63 sectors/track, 62016 cylinders
Units = cylinders of 945 * 512 = 483840 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13003 6143886 83 Linux
/dev/hda2 13004 62016 23158642+ 5 Extended
/dev/hda5 13004 15222 1048446 82 Linux swap
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.