Submitted by fade2gray on Fri, 11/11/2011 - 14:59
When trying to create an ext4 file system I get the following error...
Executing command mkfs -t ext4 -q /dev/f2g/testpartprobe ; mkfs -t ext4 -q /dev/f2g/test ..
Could not stat /dev/f2g/testpartprobe --- No such file or directory
The device apparently does not exist; did you specify it correctly?
I suggest changing the code at line 943 of /usr/share/webmin/fdisk/fdisk-lib.pl from
$cmd .= "partprobe ; $cmd";
to
$cmd .= " ; partprobe $_[1]";
The above change will produce a command similar to...
mkfs -t ext4 -q /dev/f2g/test ; partprobe /dev/f2g/test
See also issue https://www.virtualmin.com/node/19337
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Fri, 11/11/2011 - 16:21 Comment #1
Yes, this is a known issue which will be fixed in Webmin 1.580.
Submitted by Issues on Fri, 11/25/2011 - 16:45 Comment #2
Automatically closed -- issue fixed for 2 weeks with no activity.