Hmm, tak zas ta sama chyba......Proboha co to je...Nechapu, proc je to porad v usporadani volnyho mista, jeinak je vse v poradku. JInak ten smartctl nebo i diskovy nastroj nedela kontrolu povrchu disku?
user@debian:~$ sudo fdisk /l
fdisk: unable to open /l: No such file or directory
user@debian:~$ sudo fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168
sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00021ba6
Device Boot Start End Blocks Id System
/dev/sda1 * 63 409593239 204796588+ 83 Linux
/dev/sda2 1933776180 1953520064 9871942+ 5 Extended
/dev/sda3 409593240 1933776179 762091470 83 Linux
/dev/sda5 1933776243 1953520064 9871911 82 Linux swap /
Solaris
Partition table entries are not in disk order
user@debian:~$ sudo fschk.ext3 -c /dev/sda
sudo: fschk.ext3: command not found
user@debian:~$ sudo fsck.ext3 -c /dev/sda
e2fsck 1.42.4 (12-Jun-2012)
ext2fs_open2: Bad magic number in super-block
fsck.ext3: Superblock invalid, trying backup blocks...
fsck.ext3: Bad magic number in super-block while trying to open
/dev/sda
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
user@debian:~$ sudo fsck.ext4 -c /dev/sda1
e2fsck 1.42.4 (12-Jun-2012)
/dev/sda1: recovering journal
Checking for bad blocks (read-only test): 0.00% done, 0:00
elapsed. (0/0/0 errdone
/dev/sda1: Updating bad block inode.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (15158242, counted=15157295).
Fix? yes
Free inodes count wrong (12138556, counted=12138516).
Fix? yes
/dev/sda1: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda1: 665580/12804096 files (2.9% non-contiguous),
36041852/51199147 blocks
user@debian:~$