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:~$