Re: Confused about UUID mounting and mirrors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



michael@xxxxxxxxxxx wrote:
[]
mdadm --detail /dev/md0 | grep UUID
           UUID : 3531a48d:1180bdf3:bfcd9e76:5b7e5957

This is a RAID (md) -- i.e., device, UUID.  Think of it
as of disk drive serial number for example -- look at
/dev/disk/by-id/.

mount -U 3531a48d:1180bdf3:bfcd9e76:5b7e5957 /mnt
mount: no such partition found

And mount expects *filesystem* UUID, not a device UUID.
I.e., the UUID which was written by mkfs.  For a ext[234]fs,
tune2fs -l /dev/md0 will show it; for other filesystems
use appropriate tools.

/mjt
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux