Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounting coldsnap downloaded img file in Linux machine #338

Open
Jayesh-Cldscle opened this issue Jun 26, 2024 · 1 comment
Open

Mounting coldsnap downloaded img file in Linux machine #338

Jayesh-Cldscle opened this issue Jun 26, 2024 · 1 comment

Comments

@Jayesh-Cldscle
Copy link

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,

[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

@bcressey
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants