Discussion:
mount by UUID
Yan Seiner
2012-03-31 19:33:28 UTC
Permalink
I've compiled busybox with UUID support for mount. But when I try to
mount by UUID it fails:

root at anchor:/bin# mount UUID="DE1C-431F" /data
mount: mounting UUID=DE1C-431F on /data failed: No such file or directory

Is this supported or do I need to have an fstab?
--
Honoring our vets.

http://www.bataanmarch.com/
Tito
2012-04-01 05:59:02 UTC
Permalink
Post by Yan Seiner
I've compiled busybox with UUID support for mount. But when I try to
root at anchor:/bin# mount UUID="DE1C-431F" /data
mount: mounting UUID=DE1C-431F on /data failed: No such file or directory
Is this supported or do I need to have an fstab?
Hi,
are you sure the uuid is correct?
it looks to short to me.
Check with:
ls -lah /dev/disk/by-uuid/


Ciao,
Tito

Continue reading on narkive:
Loading...