On Thu, Jan 10, 2013 at 01:27:33AM +1030, Jordan Windsor wrote:
> [root@archpc btrfs-progs]# ./btrfsck --super 1 /dev/sdb1
> using SB copy 1, bytenr 67108864
> No valid Btrfs found on /dev/sdb1

Please dump the existing superblocks to files and send them to me (they
do not contain any sensitive information) with commands

dd if=/dev/sdb1 bs=1k count=4 skip=64 of=sdb1-sb0
dd if=/dev/sdb1 bs=1k count=4 skip=65536 of=sdb1-sb1

to see if the data at least resemble a superblock.


david
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to