Feedback
Package: quick-usb-formatter_0.4.95-0ubuntu1~ppa1_amd64.deb
Release: Raring - alpha2
Tested formats: fat32, ntfs, ext2
Short test - tried only once.
Fat32
Seems to work.
Konsole output:
Ntfs
Doesn't work - Konsole output:
Note - the available format options, at here, with the KDE partiton manager.
--Edit---
A bug report: https://bugs.launchpad.net/ubuntu/+s...g/+bug/1148541
Linking: /sbin/mkfs.ntfs -> /sbin/mkntfs
Then the format is working...
--Edit---
Ext2
Doesn't work - Konsole output:
-> There is no format after the use of the quick usb format.
but the KDE Partition manager can fix it.
Package: quick-usb-formatter_0.4.95-0ubuntu1~ppa1_amd64.deb
Release: Raring - alpha2
Tested formats: fat32, ntfs, ext2
Short test - tried only once.
Fat32
Seems to work.
Konsole output:
Code:
**** FORMATTING AS FAT 32 EXEC COMMAND : "mkdosfs" , ARGS: ("-n", "FAT32", "-v", "/dev/sdd1") Debug message from helper: Umounting device : "/dev/sdd1" Debug message from helper: Executing: "mkdosfs" ("-n", "FAT32", "-v", "/dev/sdd1") Debug message from helper: "mkdosfs 3.0.14 (23 Jan 2023) Auto-selecting FAT32 for large filesystem /dev/sdd1 has 125 heads and 62 sectors per track, logical sector size is 512, using 0xf8 media descriptor, with 7887852 sectors; file system has 2 32-bit FATs and 8 sectors per cluster. FAT size is 7688 sectors, and provides 984055 clusters. There are 32 reserved sectors. Volume ID is b743db70, volume label FAT32 . " Debug message from helper: EXIT CODE : 0 Debug message from helper: ERROR : "Unknown error" Debug message from helper: Current Dir : "/sbin" Debug message from helper: Current env : ()
Doesn't work - Konsole output:
Code:
**** FORMATTING AS NTFS EXEC COMMAND : "mkfs.ntfs" , ARGS: ("-f", "-L", "ntfs", "-v", "/dev/sdd1") Debug message from helper: Umounting device : "/dev/sdd1" Debug message from helper: Executing: "mkfs.ntfs" ("-f", "-L", "ntfs", "-v", "/dev/sdd1") Debug message from helper: "" Debug message from helper: EXIT CODE : 0 Debug message from helper: ERROR : "No such file or directory" Debug message from helper: Current Dir : "/sbin" Debug message from helper: Current env : ()
--Edit---
A bug report: https://bugs.launchpad.net/ubuntu/+s...g/+bug/1148541
Linking: /sbin/mkfs.ntfs -> /sbin/mkntfs
Then the format is working...
--Edit---
Ext2
Doesn't work - Konsole output:
Code:
**** FORMATTING AS EXT2 EXEC COMMAND : "mke2fs" , ARGS: ("-t", "ext2", "-L", "ext2", "-v", "/dev/sdd1") Debug message from helper: Umounting device : "/dev/sdd1" Debug message from helper: Executing: "mke2fs" ("-t", "ext2", "-L", "ext2", "-v", "/dev/sdd1") "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." Debug message from helper: "fs_types for mke2fs.conf resolution: 'ext2' Filesystem label=ext2 OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 246512 inodes, 985981 blocks 49299 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=1010827264 31 block groups 32768 blocks per group, 32768 fragments per group 7952 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: done Writing inode tables: done Writing superblocks and filesystem accounting information: " Debug message from helper: EXIT CODE : 0 Debug message from helper: ERROR : "Process operation timed out" Debug message from helper: Current Dir : "/sbin" Debug message from helper: Current env : () Warning from helper: QProcess: Destroyed while process is still running.
but the KDE Partition manager can fix it.
Comment