LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mount problems (https://www.linuxquestions.org/questions/linux-hardware-18/mount-problems-56581/)

alaios 04-24-2003 10:55 AM

mount problems
 
Here is my /etc/fstab
/dev/hda1 /windows/C ntfs rw,users,gid=users,umask=0002,nls=iso8859-7 0 0
/dev/hdb1 /windows2003 ntfs rw,users,gid=users,umask=0002,nls=iso8859-7 0 0


I have 2 hard disks with w2000 ntfs (/dev/hda1)
and with w2003 ntfs (/dev/hdb1)
The problem is tha the /dev/hdb1 does not work.

markus1982 04-24-2003 11:15 AM

You should NOT mount a NTFS partition in RW mode. I doubt your kernel supports that anyways, but just looking at your fstab. Writing to a NTFS partition could easily mean data loss ...

What do you get as error message ?
Any kernel loggings ? (/var/log/kern.log, etc)


All times are GMT -5. The time now is 04:15 AM.