Bad magic number and

Prashant Shah pshah.mumbai at gmail.com
Fri Dec 28 00:38:04 EST 2012


Hi,

On Fri, Dec 28, 2012 at 10:57 AM, Manish Katiyar <mkatiyar at gmail.com> wrote:
>
>
> On Thu, Dec 27, 2012 at 8:29 PM, sham pavman <shampavman.cg at gmail.com>
> wrote:
>>
>> 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.



More information about the Kernelnewbies mailing list