Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 1997 12:16:09 +0100 (MET)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org (FreeBSD questions)
Subject:   Re: Floppy drive
Message-ID:  <199703051116.MAA00749@CoDe.hu>
In-Reply-To: <331BB961.7F86@u.washington.edu> from Jason Wells at "Mar 3, 97 09:55:45 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 2-type "mount /dev/fd0 /mnt" at the commandline. Type man mount for more
> info. The directory /mnt should exist on your system. If not, you can
> use mkdir to create one. If the disk is in DOS format this will not
> work. You must use a "UNIX" disk.
> 
> 3-Then you should try cd /mnt.
> 
> 4-Then type ls. The contents of this disk should now be displayed.
> 
> 5-Type "umount /mnt" to unmount the floppy.
> 
> Note: if the disk that you want to access is in DOS format try 
>   "mount -t msdos /dev/fd0 /mnt"

Opps!

4.5-Then type cd /.  Without it, the 5 (umount) will generate an error about
device busy.

> But if you get a warning that says something about the directory not
> being a multiple of blocksize then immediatley type "umount /mnt".
> There is a problem that occurs sometimes when mounting a DOS filesystem.
> I seriously messed up my system by ignoring that warning. I recommend
> avoiding mounting msdos filesystems for reasons based on superstition.

If I know well, it doesn't matter, it's another warning, so many people
reported that after this warning, nothing bad happened.  And the problem is
with something on hard disk partitions, which is big enough to use 16kB
sector-size or something.  As I heard, no problem with floppies.

Gabor



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