Date: Mon, 29 Mar 1999 09:15:21 +1000 From: Andrew Johns <A_Johns@TurnAround.com.au> To: Jilani Khaldi <delphi@agata.clio.it> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting a floppy disk... Message-ID: <36FEB809.2CAD8AD9@TurnAround.com.au> References: <36FEB6BF.34F5F0CD@agata.clio.it>
next in thread | previous in thread | raw e-mail | index | archive | help
Jilani Khaldi wrote: > > Hi all, > when I do: > mount /dev/fd0 /mnt > I receive the message: > incorrect type block > > I am missing something? > > Thank you. > > ps: I am working with FreeBSD 3.1 > > jk > You haven't specified the media (file system) type, try: mount -t msdos /dev/fd0 /mnt if it's a msdos formatted floppy. -- Regards | _/\_/\ Andrew Johns BSc (Comp Sci) | / \ TurnAround Solutions Pty Ltd | \_...__/ http://www.turnaround.com.au/ | \/ "The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD." 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?36FEB809.2CAD8AD9>