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

Issue with GPT table #10

Closed
pavel-odintsov opened this issue Aug 28, 2014 · 1 comment
Closed

Issue with GPT table #10

pavel-odintsov opened this issue Aug 28, 2014 · 1 comment

Comments

@pavel-odintsov
Copy link
Contributor


  We process: /virtual/.snapshot/nightly.0/vz/private/2006/root.hdd/root.hdd
  Ploop file size is: 4193255424
  version: 1 disk type: 2 heads count: 16 cylinder count: 81920 sector count: 2048 size in tracks: 20480 size in sectors: 41943040 disk in use: 1953459801 first block offset: 2048 flags: 0
  For storing 21474836480 bytes on disk we need 20480 ploop blocks
  We have 1 BAT blocks
  We have 262128 slots in 1 map
  Number of non zero blocks in map: 3998
  Please be careful because this disk used now! If you need consistent backup please stop VE
  !!!ERROR!!! We can't found GPT table on this disk
  !!!ERROR!!! We can't find ext4 signature
  Set device /dev/nbd0 as read only
  Try to found partitions on ploop device
  First ploop partition was not detected properly, please call partx/partprobe manually
  You could mount ploop filesystem with command: mount -r -o noload /dev/nbd0p1 /mnt

Despite the errors, I tried to mount the ploop-partition:

$ mount -r  -o noload /dev/nbd0p1 /mnt/

and got:

  mount: special device /dev/nbd0p1 does not exist

Apparently, ploop_userspace wasn't able to read the GPT partition table.

Tell me, if you need further information.

Thanks,
Roman

@pavel-odintsov
Copy link
Contributor Author

Fixed in 92678c6

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

1 participant