Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Extract files from iso image or disk image

Featured Replies

Hi,

 

is there any way to extract files from an iso image or disk image on the unraid server with or without mounting it first? If you have to mount it what would the syntax be.

 

Roland

You must mount it first.

 

Here's an example flow.

 

root@Atlas ~ #mkdir /mnt/iso
root@Atlas ~ #mount -o loop "/mnt/disk3/z.bittorrent/LinuxCBT BASH Edition/bashshellscript.iso" /mnt/iso
root@Atlas /mnt/iso #df -vH | grep iso
/mnt/disk3/z.bittorrent/LinuxCBT BASH Edition/bashshellscript.iso
                       293M   293M      0 100% /mnt/iso
root@Atlas /mnt #cd /mnt/iso
root@Atlas /mnt/iso #ls -l | less
total 169
-r-xr-xr-x 1 root root     34 Oct 24  2004 autorun.inf
-r-xr-xr-x 1 root root   8499 Oct 24  2004 config.xml
dr-xr-xr-x 1 root root   2048 Nov  5  2006 images
-r-xr-xr-x 1 root root   3794 Oct 24  2004 index~0.htm
-r-xr-xr-x 1 root root 152891 Oct 24  2004 linuxc~0.swf
dr-xr-xr-x 1 root root   4096 Nov  5  2006 movies
root@Atlas /mnt/iso # someother command here
root@Atlas /mnt/iso #cd /
root@Atlas / #umount /mnt/iso

  • Author

I get the following error:

 

mount: unknown filesystem type 'udf'

 

this is the mount command syntax I used: mount -o loop -t udf

# cat /proc/filesystems
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   usbfs
nodev   pipefs
nodev   anon_inodefs
nodev   tmpfs
nodev   inotifyfs
nodev   devpts
        reiserfs
        ext2
nodev   ramfs
        msdos
        vfat
        iso9660
nodev   nfsd
nodev   smbfs
nodev   cifs
nodev   fuse
        fuseblk
nodev   fusectl
nodev   rpc_pipefs

 

 

Its been a while but i think your looking for iso9660

 

Its been a while but i think your looking for iso9660

 

Agreed.

  • Author

That did the trick. Thanks

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.