Subj : Re: How to mount a WinXP disk partition on Linux... To : comp.os.linux From : George Papadopoulos Date : Fri Aug 27 2004 11:03 am Lucas wrote: > How to mount a WinXP disk partition with ntfs on Linux during startup > so that a normal user can read from it? > In fstab I have this line: > /dev/hdb1 /mnt/win_c ntfs ro 0 0 > and it doesn't work. > What should I do? You maybe change it to something like /dev/hdb1 /mnt/win_c ntfs defaults,ro 1 2 or /dev/hdb1 /mnt/win_c ntfs ro 1 2 Does the command `mount /dev/hdb1 /mnt/win_c` works? .