Re: mounting a Windows partition

[ Available lists | Index of freebsd-questions | Month of Jun 2001 | Week of 28 Jun 2001 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Christoph Sold <so@server.i-clue.de>
Date
28 Jun 2001 02:17:12
Subject
Re: mounting a Windows partition
Message-ID
3B3AF69B.EF73F017@i-clue.de

References to

[ Hide this part ]
 

"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



Elapsed time: 0.127 seconds