>> (10.09.2002 @ 2257 PST): S Randall said, in 0.4K: <<
> I am running a dual boot system.  WinXP (NTFS) and freebsd 4.6.2 on a seperate 
> SCSI hard drive.  Is there a way to mount the DOS hard drive/partition and 
> read and write files to that volume?  I was able to do this in mandrake 
> linux.  It was a link in my /mnt folder.

you can read NTFS filesystems, but you can't write to them.

if the NTFS drive is ad0, you can try putting:
/dev/ad0s1      /mnt/windows    ntfs    ro      0       2
in your /etc/fstab

you can test it out beforehand with:
mount -t ntfs -o ro /dev/ad0s1 /mnt/windows

-Adam


--
"Oh good, my dog found the chainsaw."
        -Lilo, "Lilo & Stitch"
Adam Weinberger
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to