LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   /etc/fstab problem (https://www.linuxquestions.org/questions/linux-general-1/etc-fstab-problem-57132/)

intraining 04-28-2003 07:18 AM

/etc/fstab problem
 
Im running redhat 8 dualbooted with xp and im trying to mount ntfs so i can browse my windows machine, the problem is I get an error message when trying to mount the drive.
It is something along the lines of......
Bad superblock on dev/hda1, incorrect fs, or too many mounted filesystems.
Thats not exactly what it says but its close enough, I think I'm just not entering the correct line in fstab ,yet everything I,ve ever seen says to enter the line like this.....
/dev/hda1/mnt/(directory)ntfs ro,umask=222 0 0
If that is not the correct line what is? I have already enabled ntfs support and it is listed when I do cat proc/filesystems...any ideas?

jharris 04-28-2003 07:23 AM

Can you sucessfully mount this partition from the command line as root?
Code:

mount -t ntfs /dev/hda1 /mnt/someDir
Also should you have had more spaces in
Code:

/dev/hda1/mnt/(directory)ntfs
making it
Code:

/dev/hda1 /mnt/(directory) ntfs
cheers

Jamie...

acid_kewpie 04-28-2003 07:23 AM

is it a typo that there are no spaces between all the parameters there?

jharris 04-28-2003 07:24 AM

Muhahaa, beat Kewpie to it that time ;)

Jamie...

acid_kewpie 04-28-2003 07:27 AM

yeah but you just went in and edited it anyway....... those code blocks weren't there earlier

jharris 04-28-2003 07:30 AM

True, they were bold initially but looked a bit nasty due to browser line wrapping!


All times are GMT -5. The time now is 08:49 AM.