October 13, 200817 yr 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
October 13, 200817 yr 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
October 14, 200817 yr Author I get the following error: mount: unknown filesystem type 'udf' this is the mount command syntax I used: mount -o loop -t udf
October 14, 200817 yr # 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
Archived
This topic is now archived and is closed to further replies.