Files
libguestfs/daemon
Richard W.M. Jones b121015221 daemon: mkfs: Use -I option to force mkfs.fat to write a filesystem over a whole device (RHBZ#1039995).
If you use virt-make-fs to create a partitionless FAT-formatted disk
image then currently you will get an error:

$ virt-make-fs --type=fat . /tmp/test.img
'mkfs' (create filesystem) operation failed.
Instead of 'fat', try 'vfat' (long filenames) or 'msdos' (short filenames).
mkfs: fat: /dev/sda: mkfs.fat: Device partition expected, not making filesystem on entire device '/dev/sda' (use -I to override) at /usr/bin/virt-make-fs line 508, <PIPE> line 1.
      ...propagated at /usr/bin/virt-make-fs line 518, <PIPE> line 1.

With this patch, the error goes away and partitionless disks can be
created.
2013-12-10 13:46:54 +00:00
..
2013-04-02 12:38:50 +01:00
2013-05-09 15:35:08 +01:00
2011-11-08 14:43:07 +00:00
2013-02-02 13:56:19 +00:00
2013-02-11 13:21:51 +00:00
2013-02-02 13:56:19 +00:00
2013-02-02 13:56:19 +00:00
2013-02-11 13:21:51 +00:00
2012-10-17 11:12:07 +01:00
2013-02-02 13:56:19 +00:00
2011-11-08 14:43:07 +00:00
2012-03-13 08:23:56 +00:00
2011-11-08 14:43:07 +00:00
2011-11-08 14:43:07 +00:00
2012-07-30 15:16:45 +01:00