mint@mint ~ $ sudo fdisk -l Disk /dev/loop0: 2.4 GiB, 2523922432 bytes, 4929536 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 /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 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 Disklabel type: dos Disk identifier: 0x64470c47 Device Boot Start End Sectors Size Id Type /dev/sda1 * 2048 1126399 1124352 549M 7 HPFS/NTFS/exFAT /dev/sda2 1126400 488394751 487268352 232.4G 7 HPFS/NTFS/exFAT Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0xafdac050 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 41945087 41943040 20G 83 Linux /dev/sdb2 41945088 125831167 83886080 40G 83 Linux /dev/sdb3 125831168 146802687 20971520 10G 82 Linux swap / Solaris /dev/sdb4 146802688 976773167 829970480 395.8G 83 Linux Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 33553920 bytes Disklabel type: dos Disk identifier: 0x05534ee4 Device Boot Start End Sectors Size Id Type /dev/sdc1 2048 1936744447 1936742400 923.5G 7 HPFS/NTFS/exFAT /dev/sdc2 * 1936744448 1953519615 16775168 8G c W95 FAT32 (LBA) mint@mint ~ $ sudo sfdisk -l Disk /dev/loop0: 2.4 GiB, 2523922432 bytes, 4929536 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 /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 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 Disklabel type: dos Disk identifier: 0x64470c47 Device Boot Start End Sectors Size Id Type /dev/sda1 * 2048 1126399 1124352 549M 7 HPFS/NTFS/exFAT /dev/sda2 1126400 488394751 487268352 232.4G 7 HPFS/NTFS/exFAT Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0xafdac050 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 41945087 41943040 20G 83 Linux /dev/sdb2 41945088 125831167 83886080 40G 83 Linux /dev/sdb3 125831168 146802687 20971520 10G 82 Linux swap / Solaris /dev/sdb4 146802688 976773167 829970480 395.8G 83 Linux Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 33553920 bytes Disklabel type: dos Disk identifier: 0x05534ee4 Device Boot Start End Sectors Size Id Type /dev/sdc1 2048 1936744447 1936742400 923.5G 7 HPFS/NTFS/exFAT /dev/sdc2 * 1936744448 1953519615 16775168 8G c W95 FAT32 (LBA) mint@mint ~ $ sudo umount /dev/sdb1 mint@mint ~ $ sudo reiserfsck --check /dev/sdb1 reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/sdb1 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes ########### reiserfsck --check started at Fri Jun 15 13:07:42 2018 ########### Replaying journal: Done. Reiserfs journal '/dev/sdb1' in blocks [18..8211]: 0 transactions replayed Checking internal tree.. finished Comparing bitmaps..finished Checking Semantic tree: finished No corruptions found There are on the filesystem: Leaves 86445 Internal nodes 545 Directories 35743 Other files 306954 Data block pointers 858403 (0 of them are zero) Safe links 0 ########### reiserfsck finished at Fri Jun 15 13:08:00 2018 ########### mint@mint ~ $ sudo umount /dev/sdb2 mint@mint ~ $ sudo reiserfsck --check /dev/sdb2 reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/sdb2 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes ########### reiserfsck --check started at Fri Jun 15 13:08:17 2018 ########### Replaying journal: Done. Reiserfs journal '/dev/sdb2' in blocks [18..8211]: 0 transactions replayed Checking internal tree.. finished Comparing bitmaps..finished Checking Semantic tree: finished No corruptions found There are on the filesystem: Leaves 1435 Internal nodes 10 Directories 768 Other files 16976 Data block pointers 28220 (0 of them are zero) Safe links 0 ########### reiserfsck finished at Fri Jun 15 13:08:20 2018 ########### mint@mint ~ $ sudo umount /dev/sdb3 umount: /dev/sdb3: not mounted mint@mint ~ $ sudo reiserfsck --check /dev/sdb3 reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/sdb3 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes reiserfs_open: the reiserfs superblock cannot be found on /dev/sdb3. Failed to open the filesystem. If the partition table has not been changed, and the partition is valid and it really contains a reiserfs partition, then the superblock is corrupted and you need to run this utility with --rebuild-sb. mint@mint ~ $ sudo umount /dev/sdb4 mint@mint ~ $ sudo reiserfsck --check /dev/sdb4 reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/sdb4 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes ########### reiserfsck --check started at Fri Jun 15 13:08:54 2018 ########### Replaying journal: Done. Reiserfs journal '/dev/sdb4' in blocks [18..8211]: 0 transactions replayed Checking internal tree.. finished Comparing bitmaps..finished Checking Semantic tree: finished No corruptions found There are on the filesystem: Leaves 1897 Internal nodes 14 Directories 788 Other files 5565 Data block pointers 1468993 (0 of them are zero) Safe links 0 ########### reiserfsck finished at Fri Jun 15 13:09:26 2018 ########### mint@mint ~ $ ___________________ С уважением, Максим.