Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3521 - ISO9660 Mount Issues On x86 OperWRT #8556

Closed
openwrt-bot opened this issue Dec 19, 2020 · 2 comments
Closed

FS#3521 - ISO9660 Mount Issues On x86 OperWRT #8556

openwrt-bot opened this issue Dec 19, 2020 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

CanadianJeff:

root@APU2:/mnt/nas/tftp/ramdisks# cat /etc/banner _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 19.07.3, r11063-85e04e9f46 ----------------------------------------------------- root@APU2:/mnt/nas/tftp/ramdisks# mount -t iso9660 -o loop=/dev/loop1 /mnt/nas/iso/os/nix/tinycore.iso /mnt/nas/tftp/ramdisks/tinyco re/ mount: mounting /dev/loop1 on /mnt/nas/tftp/ramdisks/tinycore/ failed: No such device root@APU2:/mnt/nas/tftp/ramdisks# ls -alh /mnt/nas/iso/os/nix/tinycore.iso -rwxrw-rw- 1 root root 19.0M Apr 1 2020 /mnt/nas/iso/os/nix/tinycore.iso root@APU2:/mnt/nas/tftp/ramdisks# ls -alh /mnt/nas/tftp/ramdisks/tinycore drwxr-xr-x 2 root root 4.0K Dec 19 01:30 . drwxrwxrwx 4 root root 4.0K Dec 19 01:30 .. root@APU2:/mnt/nas/tftp/ramdisks# mount /dev/root on /rom type squashfs (ro,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime) /dev/loop0 on /overlay type f2fs (rw,lazytime,noatime,background_gc=on,no_heap,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6) overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work) /dev/mmcblk0p1 on /boot type ext4 (rw,noatime) /dev/mmcblk0p1 on /boot type ext4 (rw,noatime) tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000) /dev/sda1 on /mnt/nas type ext4 (rw,relatime,data=ordered) debugfs on /sys/kernel/debug type debugfs (rw,noatime) root@APU2:/mnt/nas/tftp/ramdisks# df -h Filesystem Size Used Available Use% Mounted on /dev/root 3.0M 3.0M 0 100% /rom tmpfs 1.9G 7.8M 1.9G 0% /tmp /dev/loop0 251.1M 73.8M 107.4M 41% /overlay overlayfs:/overlay 251.1M 73.8M 107.4M 41% / /dev/mmcblk0p1 15.7M 3.8M 11.6M 25% /boot /dev/mmcblk0p1 15.7M 3.8M 11.6M 25% /boot tmpfs 512.0K 0 512.0K 0% /dev /dev/sda1 457.4G 102.9G 331.2G 24% /mnt/nas
@openwrt-bot
Copy link
Author

CanadianJeff:

might have solved it with
opkg install kmod-loop

nevermind that did not help at all

@openwrt-bot
Copy link
Author

CanadianJeff:

also needed kmod-fs-isofs for it to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant