Just tried that again with an older MX laptop and the one I tried earlier.
Both are working properly now.
Do anyone has an experience with a floppy?
Re: Do anyone has an experience with a floppy?
Thank you for your support. I am pretty sure that the floppy disk (disks) are ok. I can read them all, but I can't write them.bbfuller wrote: Wed Dec 25, 2024 4:50 am I started an MXLinux laptop and took the floppy drive to it.
It happily read both of the disks I had been playing with.
When I tried writing another file to the floppy (1.3MB free, 81.6KB test file, I got the message:
Access Denied
Could not write to /media/bbfuller/disk/<filename here>
Looks like you're not alone.
BTW, how to delete, erease, format the whole floppy disk and create new partition, for example an ext4 one?
alternative OS: AmigaOS, MorphOS, Linux
ASRock 960GM-GS3 FX
ASRock 960GM-GS3 FX
Re: Do anyone has an experience with a floppy?
Can anyone provide me the "fdformat" command file? I suspect there is something wrong with my floppy drive because it is for sure mounted with rw parameter.
alternative OS: AmigaOS, MorphOS, Linux
ASRock 960GM-GS3 FX
ASRock 960GM-GS3 FX
Re: Do anyone has an experience with a floppy?
try changing to wiki
https://wiki.debian.org/Floppy
However it thinks you need to be a member of the group floppy.....and so the non-root command must contain string floppy.
you can also instead of making yourself a member of that group...change user to users......as user actually means root user
https://wiki.debian.org/Floppy
However it thinks you need to be a member of the group floppy.....and so the non-root command
Code: Select all
groups
you can also instead of making yourself a member of that group...change user to users......as user actually means root user
Re: Do anyone has an experience with a floppy?
To format a floppy disk, it is convenient to act as root and create an ext2 file system, because ext3 is a 'journaling' type system and floppy disks do not have this feature, you can try with:
This is assuming that the floppy drive is /dev/fd0
Code: Select all
exec sudo -i
mkfs.ext2 /dev/fd0
Desktop Mobo: BIOSTAR model: B450MHP
CPU AMD Ryzen 3 3200G
RAM: 8 GiB 2667 MHz DDR4
Device-1: AMD Picasso/Raven 2
STORAGE:Gigabyte model: GP-GSTFS31480GNTD size: 447.13 GiB
DISTRO: MX-23.6_x64 Libretto XFCE 4.20
CPU AMD Ryzen 3 3200G
RAM: 8 GiB 2667 MHz DDR4
Device-1: AMD Picasso/Raven 2
STORAGE:Gigabyte model: GP-GSTFS31480GNTD size: 447.13 GiB
DISTRO: MX-23.6_x64 Libretto XFCE 4.20
Re: Do anyone has an experience with a floppy?
Yep, I used floppies from the early 1980s to mid 1990s.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken