[New Feature] Add an option to forbid writing on the floppy
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
[New Feature] Add an option to forbid writing on the floppy
Hi,
It will be great to add an option to forbid write on a floppy disk image on Ao486 core.
It will limit error if we don't want to write on floppy disk image.
Thanks !
It will be great to add an option to forbid write on a floppy disk image on Ao486 core.
It will limit error if we don't want to write on floppy disk image.
Thanks !
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: [New Feature] Add an option to forbid writing on the floppy
I tried to change the rights of the file on the linux shell of the mister.
The command chmod doesn't change the rights on a file on usb drive or on the sdcard ...
So we can't able to do the test
The command chmod doesn't change the rights on a file on usb drive or on the sdcard ...
So we can't able to do the test
- pgimeno
- Top Contributor
- Posts: 710
- Joined: Thu Jun 11, 2020 9:44 am
- Has thanked: 277 times
- Been thanked: 226 times
Re: [New Feature] Add an option to forbid writing on the floppy
Works for me.
Code: Select all
$ ls -l /mnt/mister/games/ao486/floppy.img
-rwxr-xr-x 1 root root 1474560 Sep 3 19:20 /mnt/mister/games/ao486/floppy.img
$ chmod -w /mnt/mister/games/ao486/floppy.img
$ ls -l /mnt/mister/games/ao486/floppy.img
-r-xr-xr-x 1 root root 1474560 Sep 3 19:20 /mnt/mister/games/ao486/floppy.img
Converters I've written: Floppy DIM/FDI/FDD/HDM to D88, D88 to XDF, Tape SVI 318/328 CAS to WAV
Re: [New Feature] Add an option to forbid writing on the floppy
I have my floppy image zipped, with exception of disks that I have to be able to write to.
Zipped floppy images are cant be written to.
Zipped floppy images are cant be written to.
-
- Posts: 38
- Joined: Fri Sep 11, 2020 7:37 pm
- Been thanked: 2 times
Re: [New Feature] Add an option to forbid writing on the floppy
Looks like Sorgelig delivered this one in the latest update.