Results 1 to 10 of 12
I have loaded FreeBSD on a machine to try it out. I am having trouble mounting the floppy drive. There does not appear to be a line for it in ...
- 02-14-2005 #1Linux User
- Join Date
- Jul 2004
- Location
- USA, Michigan, Detroit
- Posts
- 329
Mount floppy
I have loaded FreeBSD on a machine to try it out. I am having trouble mounting the floppy drive. There does not appear to be a line for it in fstab and the mnt directory is empty. What do I need to do?
Long live the revolution!
Have a nice day.
If you want real change vote Libertarian!
- 02-14-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Re: Mount floppy
This is quoted from http://www.freebsddiary.org/floppy.php:
Originally Posted by copycon
Tell me if it works.You might have seen the article on quickly mounting the CD-ROM. Well, here's one for your floppy. First, create a mount point for your floppy:
mkdir /fdd
Then add this line to you /etc/fstab file:
/dev/fd0 /fdd ufs rw,noauto 0 0
With such a line, you can mount/unmount your fdd with just the following commands:
mount /fdd
umount /fdd
- 02-14-2005 #3Linux User
- Join Date
- Jul 2004
- Location
- USA, Michigan, Detroit
- Posts
- 329
it worked in that it tries to mount the drive then I get this error
I am thinking that the file system is not listed correctly should it be listed as FAT instead of ufs. Or does BSD not recognize FAT and do I need to do aCode:mount: /dev/fd0 on /fdd: incorrect super block
Code:mkfs -t ufs /dev/fd0
Long live the revolution!
Have a nice day.
If you want real change vote Libertarian!
- 02-14-2005 #4Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Ah, try
Originally Posted by copycon Code:mount -t msdos /dev/fd0 /fdd
- 02-14-2005 #5Linux User
- Join Date
- Jul 2004
- Location
- USA, Michigan, Detroit
- Posts
- 329
What I did was change the line that I added to fstab from ufs to msdos now it mounts perfectly with the command:
Thasnk you for the direction that is exactly what I needed.Code:mount /fdd
Long live the revolution!
Have a nice day.
If you want real change vote Libertarian!
- 03-24-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 3
I just tired the following it worked fine

mount -t msdos /dev/fd0 /fdd
However you will need to mount and unmount for every floppy you put into it
- 04-13-2005 #7Just Joined!
- Join Date
- Jun 2004
- Location
- Milwaukee, WI, USA
- Posts
- 21
more on bsd floppy action
fdformat -f 1440 /dev/fd0
newfs_msdos /dev/fd0
this is how i prepare a floppy for use in the transfer of files to a windows machine. i don't know if it is required to specify block size argument at tail of fdformat string; bs=36. or 1024. i still aint fully up to snuff on that. maybe somebody could help me out with that?
- 04-14-2005 #8Just Joined!
- Join Date
- Feb 2005
- Location
- Your SQL Server
- Posts
- 95
mount -t msdos /dev/fd0a /floopy is how i do it
Originally Posted by sether
- 04-16-2005 #9Just Joined!
- Join Date
- Jun 2004
- Location
- Milwaukee, WI, USA
- Posts
- 21
heh heh...hmmm. hmm hmm heh!
He said "floopy"! huh huh, uh yeah....floopy
FLOOOPY!
hehe heh heh!
hmm!
floopy! floopy! floopy!!
ARRRRRR!
um. shut up!
or something...
hmmm hmm
brrr-aaa-aa-wrr
SMACK!
AAHHH!
- 04-18-2005 #10Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Re: heh heh...hmmm. hmm hmm heh!
um...?
Originally Posted by bsdunix



