How to mount the KNOPPIX file in woody?
I want to modify some configure file directly with the KNOPPIX image file.
But it doesn't work when I try to mount the KNOPPIX image file like this.
#mount -o loop -t iso9660 /cdrom/KNOPPIX/KNOPPIX /mnt/tmp
Following is the error message
mount: wrong fs type, bad option, bad superblock on /dev/loop0,or too many mounted file systems
Anyhelp will be appreciate.
Witkey.
Re: How to mount the KNOPPIX file in woody?
--In addition to eadz's advice, I would try switching around your mount options, as such:
' mount -t auto /cdrom/KNOPPIX/KNOPPIX /mnt/tmp -o[mountoptions] '
Quote:
Originally Posted by witkey
I want to modify some configure file directly with the KNOPPIX image file.
But it doesn't work when I try to mount the KNOPPIX image file like this.
#mount -o loop -t iso9660 /cdrom/KNOPPIX/KNOPPIX /mnt/tmp
Following is the error message
mount: wrong fs type, bad option, bad superblock on /dev/loop0,or too many mounted file systems
Anyhelp will be appreciate.
Witkey.