On Wed, Jul 23, 2008 at 10:39:38AM +0200, maximilian attems wrote: > klibc mount has only short options thus uses the following syntax > to move a mounted tree: > mount -o move /sys /root/sys > > this generates the following error on util-linux-ng mount: > mount: you must specify the filesystem type > > belows patch is enough to add an alternative to > mount --move /olddir /newdir Please don't. Overloading -o for bind mounts initially was a really bad idea already. -o should be reserved to filesystem options. -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html