Date: Thu, 23 Jan 2003 00:12:40 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Doug Reynolds <mav@wastegate.net> Cc: questions@FreeBSD.ORG Subject: Re: 5.0-RELEASE and mount_msdos Message-ID: <20030122221240.GD6811@gothmog.gr> In-Reply-To: <20030122215211.7228048463@wastegate.net> References: <3E2ED304.2030803@potentialtech.com> <20030122215211.7228048463@wastegate.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-01-22 16:52, Doug Reynolds <mav@wastegate.net> wrote: > On Wed, 22 Jan 2003 12:21:08 -0500, Bill Moran wrote: > >Working on my spiffy test machine, I noticed that 5.0-RELEASE does > >not have a mount_msdos command. It's no biggie, I just used 'mount > >-t msdos' and got what I wanted, but I was wondering why this was > >missing? Is there a reason why it was removed, or is it some > >oversight? I doubt it's an oversight, as the man page is missing > >as well. > > afaik: > > [root@/usr/bin]>uname -a > FreeBSD ############## 5.0-RELEASE FreeBSD 5.0-RELEASE #30: Mon Jan 20 > 20:21:37 EST 2003 > > [root@/usr/bin]>mount_msdos > usage: mount_msdos [-o options] [-u user] [-g group] [-m mask] > [-s] [-l] [-9] [-L locale] [-W table] bdev dir > > and man mount_msdos brings up the manpage. Strange. This has been changed a while ago: http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/mount_msdosfs/Makefile.diff?r1=1.17&r2=1.18 and the only mount_msdos binary that I have in my system is a rather stale copy from Oct 9 2002 (boy, I need to clean up this installation one of these days): giorgos@gothmog[00:11]/home/giorgos$ ls -lT /sbin/mount_msdos* -r-xr-xr-x 1 root wheel - 183776 Oct 9 15:45:24 2002 /sbin/mount_msdos -r-xr-xr-x 1 root wheel - 378172 Jan 22 18:47:00 2003 /sbin/mount_msdosfs 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?20030122221240.GD6811>