You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- drop support for libparted older than 2.4 (#16)
- introduce `-n, --partition` to set a partition number when
dealing with file dumps, /dev/loop and /dev/ram devices (#15)
- ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
add `-f, --force` option to not prompt (#13)
- do not limit FAT32 usage on small partitions (#11)
- update changelog (#10)
Grand update:
- drop support for libparted older than 2.4 (#16)
- introduce `-n, --partition` to set a partition number when
dealing with file dumps, /dev/loop and /dev/ram devices (#15)
- ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
add `-f, --force` option to not prompt (#13)
- do not limit FAT32 usage on small partitions (#11)
- update changelog (#10)
As I don't have a physical device for my floppy image (see #14), I've created a /dev/loop0 device with a command
However, when I try to use a command like
I get this output:
Perhaps this has to do with /dev/loop1 device having one more letter than i.e. /dev/sdd1
The text was updated successfully, but these errors were encountered: