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

[Question]: Mount vDSM vDisks via hypervisor (Proxmox) into a simple Linux vm #874

Open
2 tasks done
BlackAlpha700 opened this issue Jan 11, 2025 · 1 comment
Open
2 tasks done
Labels
question Further information is requested

Comments

@BlackAlpha700
Copy link

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • I am sure my question is not about a technical issue.

Question

Hi everybody,

i've exported a virtual disk image from my docker host and imported it into a simple Proxmox Linux vm (via shell, qm importdisk ...). Linux finds a Linux partition on the vDisk, but I'm unable to mount it.

When I try to mount it with

mount -t btrfs /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi6-part1 /mnt

I'll get the following error:

mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
       dmesg(1) may have more information after failed mount system call.

Is there any way to read the contents of a vDSM-Volume outside vDSM? This would be helpfull if vDSM crashes or any other problems happen which prevent booting vDSM to recover data or switch to another NAS platform.

Greetz,
BlackAlpha

@BlackAlpha700 BlackAlpha700 added the question Further information is requested label Jan 11, 2025
@kroese
Copy link
Collaborator

kroese commented Jan 11, 2025

#279 (comment)

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

No branches or pull requests

2 participants