|
mtab and fstab problems
Hi,
In the devices tab of konqueror I'm seeing 4 hard disks for one physical drive. The drive has been partitioned into 3.. a win partition, linux part and a swap part. I'm getting two mount points for / and what is this /var/lib/nfs/rpc_pipefs hard disk?
When I try to open them it tells me how hdc2 is already mounted...
And I can't write to my windows partition from linux (its fat32).
Anyway, I'm guessing I've messed up the fstab/mtab business so if anybody could help here they are....
FSTAB
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hdc3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hdc1 /mnt/windows vfat rw 0 0
MTAB
/dev/hdc2 / ext3 rw 0 0
none /proc proc rw 0 0
none /sys sysfs rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
none /dev/shm tmpfs rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
/dev/hdb /mnt/cdrom1 iso9660 ro,nosuid,nodev,user=henry 0 0
/dev/hda /mnt/cdrom iso9660 ro,nosuid,nodev,user=henry 0 0
I would play around ,yself but i'm a bit nervous...
Cheers
H
|