Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: JunkYard on July 03, 2026, 05:53:42 AM
-
Hello again!
I have just plugged in a floppy drive. on the windows partision it reads it. However the mount tool in tiny core dose not
-
Hi JunkYard
First see if the system detected the floppy:
grep '/dev/fd' /etc/fstabIf grep doesn't give a response, then do this:
sudo modprobe floppy
sudo rebuildfstab
grep '/dev/fd' /etc/fstabGrep should print something like this:
/dev/fd0 /mnt/fd0 auto noauto,users,exec,umask=000 0 0 # Added by TCIf you get that response, start the mount tool.
It should now have a button labeled fd0.
Insert a formatted floppy disk and click the fd0 button.