On Thursday 08 October 2009 03:26, John Williams wrote: > Hi, > > I was a little surprised to discover that busybox mount is silent > about failed mount attempts, when the desired FS type is not present > in the kernel: > > / # cat /proc/filesystems | grep ext2 > / # mount -t ext2 /dev/xsa2 /mnt > / # echo $? > 111
Strange. 111 doesn't even occur in mount.c... Does it happen with any bogus filesystem type, or only with ext2? Can you run this command under strace and post the output? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
