While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Xbox "Project Helix" confirmed to run Xbox and PC games - competition for the Steam Machine
- Transport Fever 3 confirmed for Linux and macOS support
- Slay the Spire 2 is out now in Early Access with online co-op
- > See more over 30 days here
Recently Updated
- Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
I tried with right click "Open With", and select “Disk Image Mounter.” and it throw me an error..
Error mounting /dev/loop0p6 at /media/carlos/Videos: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1001,gid=1001" "/dev/loop0p6" "/media/carlos/Videos"' exited with non-zero exit status 21: ntfs-3g-mount: mount failed: Permiso denegadoFailed to sync device /dev/loop0p6: Error de entrada/salida
Failed to close volume /dev/loop0p6: Error de entrada/salida
(udisks-error-quark, 0)
It didn't work...
mount: Hitachi-HTS545025B9A300-2018-05-13-2339.img: failed to setup loop device: No existe el archivo o el directorioThe image file is on an external drive, by the way.
Update: I made a typing mistake in the console with the name of the image...
Now I have another error...
Failed to mount '/dev/loop0': Argumento inválidoThe device '/dev/loop0' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
haven't noticed any problems with the default one lately though, just doubleclick on iso and its mounted
fdisk -l Hitachi-HTS545025B9A300-2018-05-13-2339.imgThis is what I got:
Disk Hitachi-HTS545025B9A300-2018-05-13-2339.img: 232,9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0f3f0f3f
Disposit. Inicio Start Final Sectores Size Id Tipo
Hitachi-HTS545025B9A300-2018-05-13-2339.img1 2048 24578047 24576000 11,7G 27 WinRE N
Hitachi-HTS545025B9A300-2018-05-13-2339.img2 * 24578048 24782847 204800 100M 7 HPFS/NT
Hitachi-HTS545025B9A300-2018-05-13-2339.img3 24782848 150611967 125829120 60G 7 HPFS/NT
Hitachi-HTS545025B9A300-2018-05-13-2339.img4 150611968 381308927 230696960 110G f W95 Ext
Hitachi-HTS545025B9A300-2018-05-13-2339.img5 150614016 171585535 20971520 10G 7 HPFS/NT
Hitachi-HTS545025B9A300-2018-05-13-2339.img6 171587584 276445183 104857600 50G 7 HPFS/NT
Hitachi-HTS545025B9A300-2018-05-13-2339.img7 276447232 297418751 20971520 10G 7 HPFS/NT
Hitachi-HTS545025B9A300-2018-05-13-2339.img8 297420800 318392319 20971520 10G 7 HPFS/NT
Hitachi-HTS545025B9A300-2018-05-13-2339.img9 318394368 381308927 62914560 30G 7 HPFS/NT
I had to do the same a while ago. You can't mount the whole disk at once.
Or you could try it
kpartx -av $image_fileI'm gonna have a look at kpartx later. That might be indeed simpler!