You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can anyone help to mount the coldsnap downloaded img file in linux machine?
Right now, I am trying to mount it with command sudo mount -o loop disk.img /mnt/disk, but it is not working, it is giving me the error below,
[root@ip-172-31-29-177 ec2-user]# mount -o loop disk.img ./iso/
mount: /home/ec2-user/iso: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
Can someone please guide me about this? How to finish this up?
Thanks,
Jayesh Desai
The text was updated successfully, but these errors were encountered:
If the snapshot corresponds to a partitioned disk image, you can try losetup -P first to make the different partitions available on the loopback device, then you can mount the specific partition you're interested in.
Hello,
Can anyone help to mount the coldsnap downloaded img file in linux machine?
Right now, I am trying to mount it with command
sudo mount -o loop disk.img /mnt/disk
, but it is not working, it is giving me the error below,Can someone please guide me about this? How to finish this up?
Thanks,
Jayesh Desai
The text was updated successfully, but these errors were encountered: