LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Fstab Entry To Mount Vista (https://www.linuxquestions.org/questions/linux-desktop-74/fstab-entry-to-mount-vista-554187/)

stratcat 05-15-2007 07:07 PM

Fstab Entry To Mount Vista
 
I am having trouble reading Vista files in Fedora Core 5. Can anyone help with this? The whole line /dev/sda5 in /ect/fstab/ looks wrong. It also shows as error in boot up.

Quote:

LABEL=/ / ext3 defaults 1 1
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/sda1 /mnt/windows ntfs ro,defaults,umask=0222 0 0


/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/hda /mnt/dvd iso9660 ro,noauto 0 0
/dev/hda /media/cdrom iso9660 ro,noauto 0 0
/dev/hdb /mnt/dvdrw iso9660 ro,noauto 0 0
/dev/sda5 /windows/D ntfs ro,deaults,umask=0222 0 0
/dev/sda7 swap swap default 0 0
/dev/sda8 /data1 auto noauto,user 0 0
/dev/sda9 /data1 auto noauto,user 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/sdb1 /media/disk msdos defaults 0 0


Hern_28 05-15-2007 07:15 PM

ntfs
 
If windows vista is using ntfs (dunno, mine won't install on any of my computers lol) then you should mount it like sda1. Make sure your mount point folders exist. (in the case of your fstab /windows/D

GrapefruiTgirl 05-15-2007 07:22 PM

Quote:

ro,deaults,umask=0222 0 0
Note the typo; might that typo exist in the real fstab file?

stratcat 05-15-2007 07:33 PM

Quote:

Originally Posted by Hern_28
If windows vista is using ntfs (dunno, mine won't install on any of my computers lol) then you should mount it like sda1. Make sure your mount point folders exist. (in the case of your fstab /windows/D

Thanks Hern. I found the problem. The folders did exist. sda1 is for XP. I was checking the mount point closer and found the default entry was misspelled. Now it looks like this and mounts.

Quote:

/dev/sda5 /windows/D ntfs ro,defaults,umask=0222 0 0

Hern_28 05-15-2007 07:35 PM

Sorry I missed that.
 
Grape Girl caught it and posted before i caught it. Glad you have it working now though :)

stratcat 05-15-2007 07:36 PM

Quote:

Originally Posted by GrapefruiTgirl
Note the typo; might that typo exist in the real fstab file?

Yes, I found the typo after creating the post. I don't know why I didn't see it before. Thank you,

Bob


All times are GMT -5. The time now is 12:25 PM.