LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Make floppy writeable during Linux boot? (https://www.linuxquestions.org/questions/linux-newbie-8/make-floppy-writeable-during-linux-boot-4175551282/)

Jerrold 08-20-2015 02:34 PM

Make floppy writeable during Linux boot?
 
Hi,Experts
Is it possible to make a floppy writeable during Linux boot or does this have to be done via terminal as required after booting.
I have a feeling anything is possible with Linux!
Thanks.

John VV 08-20-2015 03:20 PM

well seeing as a 3.5 or 5.25 in disk has to be inserted FIRST

before it can be mounted

are you trying to boot from floppy ( aka like it was 1980's )

anyway floppies are wrote to ON UNMOUNT

dimonic 08-20-2015 03:37 PM

It is entirely possible. What exactly are you trying to write to the floppy, and when? Are you logging the boot process to the floppy? To do this you would setup the filesystem in /etc/fstab, probably as the /var filesystem.

Code:

# fstab

/dev/fd0  /var  vfat  defaults 0  0


jpollard 08-20-2015 03:38 PM

Most of the floppies have a slider that must be positioned properly before being inserted to make it writable.

fatmac 08-20-2015 04:53 PM

If you add it to your fstab file & don't have it inserted when you boot up the system will hang.
It is best to mount them as & when necessary.

jpollard 08-20-2015 08:31 PM

If you DO want in the fstab file you can always mark it with the options "noauto,user", which will allow anyone to mount it, and the system will not try to mount it at boot time.

This allows it to not hang if a floppy isn't in the drive.


All times are GMT -5. The time now is 06:03 AM.