Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: JunkYard on July 03, 2026, 05:53:42 AM

Title: mount tool not reading drive!
Post 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
Title: Re: mount tool not reading drive!
Post by: Rich on July 03, 2026, 09:09:16 AM
Hi JunkYard
First see if the system detected the floppy:
Code: [Select]
grep '/dev/fd' /etc/fstabIf grep doesn't give a response, then do this:
Code: [Select]
sudo modprobe floppy
sudo rebuildfstab
grep '/dev/fd' /etc/fstab
Grep should print something like this:
Code: [Select]
/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.