wmichaelb
07-12-2010, 04:26 PM
Hi: I was trying to play with the Menuet OS last night, partly out of curiosity as to what sort of OS would fit on a 1.4 MB floppy. In the process, I tried to format a floppy with Kfloppy. But I got an error message stating:
Internal error: device not correctly defined
I researched a bit on this august forum and found:
http://forums.pcbsd.org/showthread.php?t=12712
"Okay after playing around with this a little bit more I have found that I put the following line in /etc/fstab:
Code:
/dev/fd0 floppy msdosfs rw,noauto 0 0
and do mkdir ./Documents/floppy in each users home directory then it works, but it's still not exactly right but at least it's workable.
For whatever reason, whatever program is doing the mounting in kde for /dev/fd0 it is prefixing it with ~/Documents/. So if I use ~/floppy as suggested earlier in /etc/fstab that program is trying to mount the drive to ~/Documents/~/floppy."
But when I went looking for fstab in /etc, it...wasn't...there. I tried a search, but Dolphin found nothing. Where the bleep is fstab in PC-BSD? Or alternatively, is there a better way to get floppy access? I don't need it often, but it is occasionally useful and I hate the idea of booting up my Windows machine just to format a floppy.
Thanks in advance!
Internal error: device not correctly defined
I researched a bit on this august forum and found:
http://forums.pcbsd.org/showthread.php?t=12712
"Okay after playing around with this a little bit more I have found that I put the following line in /etc/fstab:
Code:
/dev/fd0 floppy msdosfs rw,noauto 0 0
and do mkdir ./Documents/floppy in each users home directory then it works, but it's still not exactly right but at least it's workable.
For whatever reason, whatever program is doing the mounting in kde for /dev/fd0 it is prefixing it with ~/Documents/. So if I use ~/floppy as suggested earlier in /etc/fstab that program is trying to mount the drive to ~/Documents/~/floppy."
But when I went looking for fstab in /etc, it...wasn't...there. I tried a search, but Dolphin found nothing. Where the bleep is fstab in PC-BSD? Or alternatively, is there a better way to get floppy access? I don't need it often, but it is occasionally useful and I hate the idea of booting up my Windows machine just to format a floppy.
Thanks in advance!