mount -t question

Rob Landley rob at landley.net
Wed Sep 7 04:34:07 UTC 2005


On Tuesday 06 September 2005 14:35, Miles Roper wrote:
> Hi,
>
> Trying to speed up my boot process on Thinstation.
>
> I'm using
>
> mount -t auto ....
>
> which takes quite a while to go through the various supported filesystems
> before it finds the correct one.  I know I can get around this with the
> likes of a
>
> mount -t vfat:ext2:ext3 ....
>
> but busybox mount doesn't seem to support this.  Any ideas how I can change
> the order of the modules busybox mount tries to do?

This is why /etc/filesystems exists; to do exactly that.

Rob



More information about the busybox mailing list