Debian partitions not showing

Don´t be shy, Linux is fun! =)
User avatar
ph0bYx
Staff Member
Staff Member
Posts: 2039
Joined: 22 Sep 2008, 16:00
15
Contact:

Re: Debian partitions not showing

Post by ph0bYx »

Code: Select all

fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
fsck.ext2: Is a directory while trying to open /media/usb0

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
I get the same message with e2fsck.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: Debian partitions not showing

Post by bad_brain »

Code: Select all

apt.get install dosfstools
and then like:

Code: Select all

dosfsck -t -a -w /dev/sdwhatever
:wink:
Image

Post Reply