*BSD News Article 83019


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!uwm.edu!math.ohio-state.edu!howland.erols.net!EU.net!usenet2.news.uk.psi.net!uknet!usenet1.news.uk.psi.net!uknet!dispatch.news.demon.net!demon!awfulhak.demon.co.uk!awfulhak.demon.co.uk!awfulhak.demon.co.uk!not-for-mail
From: brian@anorak.coverform.lan (Brian Somers)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: mounting dos partitions?
Date: 17 Nov 1996 00:18:02 -0000
Organization: Coverform Ltd.
Lines: 21
Sender: brian@awfulhak.demon.co.uk
Message-ID: <56lljq$hj2@anorak.coverform.lan>
References: <56i6mt$ne0@lastactionhero.rs.itd.umich.edu>
Reply-To: brian%anorak.coverform.lan@awfulhak.demon.co.uk
NNTP-Posting-Host: localhost.coverform.lan
X-NNTP-Posting-Host: awfulhak.demon.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Newsreader: knews 0.9.8

In article <56i6mt$ne0@lastactionhero.rs.itd.umich.edu>,
	skrace@excaliber.com (Michael Sun) writes:
: i was wondering if i could mount my dos FAT partitions in freebsd like i can in 
: linux, if so could someone tell me how

Don't try to mount anything larger than 1022Mb under FreeBSD.  There's a
bug in the code that'll sh*t all over you filesystem (not just the DOS one).

If you partition's <= 1022Mb, try something like

    mount -t msdos /dev/sd0s1 /mnt

Where the 'sd' is the disk type (wd for IDE, sd for SCSI), the '0' is the
disk number and the '1' is the physical partition number.  For extended
partiton entries, add '4' to the partition number.

-- 
Brian <brian%anorak.coverform.lan@awfulhak.demon.co.uk>
      <http://www.awfulhak.demon.co.uk/>
Don't _EVER_ lose your sense of humour....
.