On Saturday 31 March 2012 21:33:28 Yan Seiner wrote: > I've compiled busybox with UUID support for mount. But when I try to > mount by UUID it fails: > > root@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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
