Bad magic number and
From: Prashant Shah <hidden>
Date: 2012-12-28 05:38:30
Also in:
lkml
From: Prashant Shah <hidden>
Date: 2012-12-28 05:38:30
Also in:
lkml
Hi, On Fri, Dec 28, 2012 at 10:57 AM, Manish Katiyar [off-list ref] wrote:
On Thu, Dec 27, 2012 at 8:29 PM, sham pavman [off-list ref] wrote:quoted
I've tried that as well.. and the result is the same. I've little idea on how to start debugging. If you can provide some info it would be great.
Check your mkfs and mount commands. You have specified the whole disk instead of partition. It should be... mkfs -t ext4 /dev/sdb1 mount -t ext4 /dev/sdb1 /mnt/test Regards.