You are not logged in.

#1 2015-04-24 22:20:16

deathraccoon
Member
Registered: 2015-04-23
Posts: 12

[solved] unable to mount .iso

When I attempt to mount an iso (any iso) on any mount point, I encounter the following situation

sudo mount archlinux-2015.04.01-dual.iso /mnt/iso
mount: /mnt/iso: mount failed: Unknown error -1

Whst could be causing this?

Last edited by deathraccoon (2015-04-27 18:19:07)

Offline

#2 2015-04-24 22:37:28

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,515
Website

Re: [solved] unable to mount .iso

Try with '-o loop'

# mount -o loop archlinux-2015.04.01-dual.iso /mnt/iso

I'm assuming that /mnt/iso is an existing directory.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2015-04-24 22:53:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] unable to mount .iso

WorMzy wrote:

Try with '-o loop'

# mount -o loop archlinux-2015.04.01-dual.iso /mnt/iso

I'm assuming that /mnt/iso is an existing directory.

At least on my system, mount warns if the mountpoint doesn't exist:

mount: mount point /mnt/cc does not exist

@OP
Post the output of

uname -a
pacman -Q linux

Offline

#4 2015-04-25 04:09:33

firekage
Member
From: Eastern Europe, Poland
Registered: 2013-06-30
Posts: 623

Re: [solved] unable to mount .iso

Have you created /mnt/cc?

Offline

#5 2015-04-25 12:22:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] unable to mount .iso

firekage wrote:

Have you created /mnt/cc?

No, I have /mnt/cd and it works fine. If I try to use a mountpoint that doesn't exist, mount loudly complains, so I don't think OP is missing the mount point.

Offline

#6 2015-04-26 06:37:12

rockin turtle
Member
From: Montana, USA
Registered: 2009-10-22
Posts: 227

Re: [solved] unable to mount .iso

If you've done a pacman -Sy recently, but you haven't rebooted, you may have problems mounting.  This happens whenever you update the kernel.  You must reboot.

I see from my history, that I updated to a new kernel on April 8th. So if you've done that, but haven't rebooted since then, that might be the cause your problem.

Offline

#7 2015-04-26 12:54:43

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,578
Website

Re: [solved] unable to mount .iso

rockin turtle wrote:

If you've done a pacman -Sy recently

https://wiki.archlinux.org/index.php/Pa … nsupported


Jin, Jiyan, Azadî

Offline

#8 2015-04-26 15:54:09

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,293

Re: [solved] unable to mount .iso

We've not heard back from the original poster.  Unfortunate.
Anyway, I think WorMzy nailed it.  Perhaps we should wait to see if we hear back as to whether the suggestions above have helped.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#9 2015-04-27 17:56:55

deathraccoon
Member
Registered: 2015-04-23
Posts: 12

Re: [solved] unable to mount .iso

I was using a custom kernel. I booted the stock Arch kernel and mounting works fine. thank you.

Offline

#10 2015-04-27 17:58:19

deathraccoon
Member
Registered: 2015-04-23
Posts: 12

Re: [solved] unable to mount .iso

I was using a custom kernel. I booted the stock Arch kernel and mounting works fine. thank you.

Offline

Board footer

Powered by FluxBB