[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#497914: mount command refuse to mount with "-t auto" and "-t squashfs"



Hi,

Can you try to reproduce this with busybox trunk and the
busybox_1_11_stable branch?

Random additional notes:

- loop needs a configuration option turned on:
  $ grep MOUNT_LOOP .config
  CONFIG_FEATURE_MOUNT_LOOP=y
- -t auto
  As far as i know offhand, there is not fstype "auto" as in
  $ grep auto /proc/filesystems 
  nodev	autofs
  So, if you specify a type, that filesystemtype has to exists.

Perhaps have a look at the helptext of FEATURE_MOUNT_HELPERS

If all of the above fails, then please consider sending your issue to
the busybox mailinglist for broader audience. TIA



Reply to: