I just boot my computer and now I have drives all over the place!
Let me elaborate... the same icon used for 'Filesystem'... on my desktop, I have 'windows', in Computer I have '250G Hard Drive: 250G Media' and 'windows'.
My fstab file:
Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
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
LABEL=SWAP-sda6 swap swap defaults 0 0
/dev/hdd1 /drives/caviar vfat rw,defaults,user,umask=0222 0 0
/dev/sda1 /drives/windows ntfs ro,defaults,user,umask=0222 0 0
/dev/hdb /media/cdrecorder auto pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 0 0
/dev/hda /media/cdrom auto pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 0 0
Also, that 250G hard drive that is formatted in FAT32... Windows can't see it for some reason.
I'm thinking I'd like to unmount all of it, and get just the two drives next to Filesystem. And have Windows XP be able to read the drive.