View previous topic :: View next topic |
Author |
Message |
mahdi1234 Guru
Joined: 19 Feb 2005 Posts: 559 Location: Being There
|
Posted: Sat Jul 16, 2005 5:33 pm Post subject: mount-iso-image - cannot mount [solved] |
|
|
when i run this tool and try mount any iso it says - "Could not mount /home/mahdi/Desktop/Mount-ISO (something.iso). Check your system settings" - any idea what could be wrong?
Last edited by mahdi1234 on Sun Jul 17, 2005 12:30 pm; edited 1 time in total |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Sat Jul 16, 2005 8:52 pm Post subject: |
|
|
Do you have loopback support in your kernel?
Code: | Device Drivers --->
Block devices --->
<*> Loopback device support |
It's
Code: | CONFIG_BLK_DEV_LOOP=y |
in kernel .config. |
|
Back to top |
|
|
mahdi1234 Guru
Joined: 19 Feb 2005 Posts: 559 Location: Being There
|
Posted: Sun Jul 17, 2005 12:19 pm Post subject: |
|
|
i didn't have it, though now it's compiled into kernel and i'm still facing same problem ;(
is there any way how to get less generic error so i can figure out better what's wrong? |
|
Back to top |
|
|
mahdi1234 Guru
Joined: 19 Feb 2005 Posts: 559 Location: Being There
|
Posted: Sun Jul 17, 2005 12:27 pm Post subject: |
|
|
one more thing - when i do that manually by
mount -o loop /mnt/usb.data/_iso/BootDisk.iso /mnt/daemon/
it's mounted without any problem ... i'll check wheter it could be problem with sudo or something
update:
so it's been sudo ... once changed to kdesu it's been working perfectly ... |
|
Back to top |
|
|
|