Brian writes:
> On Sun, 20 Jul 2003, K B wrote:
> mount /dev/hdx?? /mnt/windows/winxp -t ntfs
>
> /dev/hdx?? /mnt/windows/winxp ntfs defaults 0 0

You'll want to mount NTFS read only, since the Linux driver will likely
corrupt it:

mount /dev/hdx?? /mnt/windows/winxp -t ntfs -o ro

/dev/hdx?? /mnt/windows/winxp ntfs defaults,ro 0 0

Simply not writing to it may not be safe, as the file system may try to
update the access time on accessed files.

-- 
David Phillips <david at acz.org>
http://david.acz.org/


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list