Ubuntu Pastebin

Paste from me at Sat, 3 Oct 2015 21:28:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
lubuntu@lubuntu:~$ sudo smartctl --all /dev/sda
sudo: smartctl: command not found
lubuntu@lubuntu:~$ smartmontools
smartmontools: command not found
lubuntu@lubuntu:~$ ^Cartmontools
lubuntu@lubuntu:~$ sudo fsck /dev/sda1
fsck from util-linux 2.25.1
e2fsck 1.42.10 (18-May-2014)
fsck.ext2: No such file or directory while trying to open /dev/sda1
Possibly non-existent device?
lubuntu@lubuntu:~$ sudo fsck /dev/sda
fsck from util-linux 2.25.1
e2fsck 1.42.10 (18-May-2014)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
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>
 or
    e2fsck -b 32768 <device>

lubuntu@lubuntu:~$ 
Download as text