Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2001 11:19:23 +0200
From:      Christoph Sold <so@server.i-clue.de>
To:        "Michael A. Smith" <msmith@code-fu.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: mounting a Windows partition
Message-ID:  <3B3AF69B.EF73F017@i-clue.de>
References:  <5.0.2.1.2.20010628095207.00a6f6e8@www.maiatech.com>

next in thread | previous in thread | raw e-mail | index | archive | help


"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B3AF69B.EF73F017>