You are not logged in.
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
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
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
Have you created /mnt/cc?
Offline
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
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
If you've done a pacman -Sy recently
Jin, Jiyan, Azadî
Offline
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
I was using a custom kernel. I booted the stock Arch kernel and mounting works fine. thank you.
Offline
I was using a custom kernel. I booted the stock Arch kernel and mounting works fine. thank you.
Offline