Richard Jones
65e9ac4595
New APIs: findfs-label and findfs-uuid
...
These two calls wrap up the /sbin/findfs command, allowing you
to find a filesystem by only knowing its label or UUID.
This is especially useful when resolving LABEL=... or UUID=...
entries in /etc/fstab.
Sample guestfish session:
><fs> vfs-uuid /dev/vda1
277dd61c-bf34-4253-a8dc-df500a05e7df
><fs> findfs-uuid 277dd61c-bf34-4253-a8dc-df500a05e7df
/dev/vda1
><fs> vfs-label /dev/vda1
/boot
><fs> findfs-label /boot
/dev/vda1
><fs> vfs-uuid /dev/VolGroup00/LogVol00
40ce7c36-82ce-4a12-a99d-48f5e054162c
><fs> findfs-uuid 40ce7c36-82ce-4a12-a99d-48f5e054162c
/dev/mapper/VolGroup00-LogVol00
><fs> findfs-uuid 12345678
libguestfs: error: findfs_uuid: findfs: unable to resolve 'UUID=12345678'
2010-08-17 14:09:25 +01:00
..
2010-05-13 17:08:02 +01:00
2010-06-04 10:19:33 +01:00
2010-04-13 22:09:21 +01:00
2010-05-25 11:27:49 +01:00
2010-06-02 15:33:02 +01:00
2010-06-01 15:30:08 +01:00
2010-03-26 13:36:30 +00:00
2010-05-07 15:27:28 +01:00
2010-02-12 16:49:00 +00:00
2010-05-13 17:08:02 +01:00
2009-11-26 14:13:55 +00:00
2009-03-03 08:58:37 +00:00
2010-02-12 16:49:00 +00:00
2010-06-03 14:33:59 +01:00
2010-03-23 21:56:14 +00:00
2010-04-19 16:31:24 +01:00
2009-11-09 22:34:16 +01:00
2010-05-13 17:08:02 +01:00
2010-04-17 13:36:26 +01:00
2010-02-12 16:49:00 +00:00
2009-11-25 16:28:26 +00:00
2010-02-12 16:49:00 +00:00
2009-09-14 10:13:03 +01:00
2010-06-02 13:38:00 +01:00
2010-05-27 09:48:22 +01:00
2010-06-08 16:04:01 +01:00
2010-05-12 17:33:16 +01:00
2010-02-12 16:49:00 +00:00
2010-08-17 14:09:25 +01:00
2010-03-26 13:36:30 +00:00
2010-02-12 16:49:00 +00:00
2010-05-07 15:27:28 +01:00
2010-03-26 13:36:30 +00:00
2010-06-03 14:33:59 +01:00
2010-05-07 15:27:28 +01:00
2010-05-07 15:27:28 +01:00
2009-11-26 11:52:44 +00:00
2010-05-07 15:27:29 +01:00
2010-05-13 17:08:02 +01:00
2010-02-12 16:49:00 +00:00
2009-11-09 22:34:16 +01:00
2010-07-22 16:51:56 +01:00
2010-07-16 15:49:50 +01:00
2010-07-30 16:32:35 +01:00
2010-08-17 14:09:25 +01:00
2010-06-03 14:33:59 +01:00
2010-04-17 13:36:26 +01:00
2010-03-26 13:36:30 +00:00
2010-05-13 17:08:02 +01:00
2010-05-21 14:51:57 +01:00
2010-06-02 15:35:58 +01:00
2009-07-03 17:04:21 +02:00
2010-05-13 17:08:02 +01:00
2009-11-20 10:38:07 +00:00
2009-03-03 08:58:37 +00:00
2010-02-12 16:49:00 +00:00
2010-03-26 13:36:30 +00:00
2009-11-20 18:03:36 +00:00
2010-03-26 13:36:30 +00:00
2009-07-03 17:04:21 +02:00
2010-02-12 16:49:00 +00:00
2009-11-25 16:28:26 +00:00
2010-05-13 16:22:10 +01:00
2010-06-02 13:38:00 +01:00
2010-03-12 16:23:46 +00:00
2010-05-20 10:42:21 +01:00
2009-11-02 16:37:51 +00:00
2010-04-17 13:36:26 +01:00
2010-05-13 17:08:02 +01:00
2009-11-25 16:28:26 +00:00
2010-05-07 15:27:28 +01:00
2010-02-12 16:49:00 +00:00
2010-04-07 12:05:46 +01:00
2010-03-26 13:36:30 +00:00