LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Could not mount .iso file (https://www.linuxquestions.org/questions/linux-general-1/could-not-mount-iso-file-271892/)

subaruwrx 12-30-2004 08:56 AM

Could not mount .iso file
 
Quote:

debian:~# lsmod
Module Size Used by
loop 14728 0
Quote:

debian:~# mount -t loop test.iso /mnt
mount: fs type loop not supported by kernel
debian:~#
:confused:

michaelk 12-30-2004 09:11 AM

The correct syntax:
mount -t iso9660 -o loop test.iso /mnt/somewhere

subaruwrx 12-30-2004 09:20 AM

Quote:

Originally posted by michaelk
The correct syntax:
mount -t iso9660 -o loop test.iso /mnt/somewhere

ops my bad thanx


All times are GMT -5. The time now is 01:29 PM.