"Michael A. Smith" schrieb:
>
> I have a Sony Vaio laptop dual-booting WinME and FreeBSD4.3. I'd like to be
> able to access my Windows partition from FreeBSD.
>
> The single 10GB hard drive is split 50/50 with WinME in ad0s1 and FreeBSD
> being in ad0s2[a-f]. What should I add to /etc fstab to make the WinME
> partition mount automagically at boot (or manually mounted)?
#Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1 /dos/c: msdos rw 0 0
or
mount_msdos /dev/ad0s1 /dos/c:
The mountpoint has to be created before.
HTH
-Christoph Sold
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message