Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 09:49:42 -0500
From:      Vulpes Velox <v.velox@vvelox.net>
To:        "Norbert Koch" <NKoch@demig.de>
Cc:        zick-1 <zickxell@gmail.com>, freebsd-questions@FreeBSD.org
Subject:   Re: question FreeBSD
Message-ID:  <20050723094942.1854ccce@vixen42.vulpes>
In-Reply-To: <001e01c58f85$e2bebae0$4801a8c0@ws-ew-3.W2KDEMIG>
References:  <20050722212603.441339f8@vixen42.vulpes> <001e01c58f85$e2bebae0$4801a8c0@ws-ew-3.W2KDEMIG>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 23 Jul 2005 14:56:04 +0200
"Norbert Koch" <NKoch@demig.de> wrote:

> "Norbert Koch" <NKoch@demig.de> wrote:
> > 
> > > >            FreeBSD Disklabel Editor
> > > > 
> > > > Disk: ad0 Partition name: ad0S2 Free: 0 blocks (0Mb)
> > > > Part           Mount         Size        Newfs
> > > > ----           -----         ----        -----
> > > > ad0s1          <none>        20002       DOS
> > > > 
> > > > ad0s2a         /             128         UFS     Y
> > > > ad0s2b         swap          503         swap
> > > > ad0s2e         /var          256         UFS+S   Y
> > > > ad0s2f         /tmp          256         UFS+S   Y
> > > > ad0s2g         /usr          6919        UFS+S   Y
> > > > 
> > > > 
> > > > 
> > > > 
> > > > How to mount ad0s1?
> > > > 
> > > 
> > > After you have finished your installation do this:
> > >   # mkdir /dos
> > >   # mount_msdosfs /dev/ad0s1 /dos
> > > To make that permanent you may add an
> > > entry in /etc/fstab(5).
> > 
> > I've had problems with it on 5stable with putting it in fstab. I
> > tend to have to manual fsck it every time on boot if I put it in
> > there.
> > 
> > I've found it to be better to write a quick little rc.d script to
> > mount and unmount it.
> 
> 
> What kind of problems, because my mixed-os computers are just
> configured this way?

I it comes up telling me I have to manually fsck the it after
rebooting. I don't have to fsck it, but if I just exit that, with out
doing any thing, it is fine.

fstab line...
/dev/ad0s3    /games    msdos   rw      2       2




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