Advertisement
eik

Mount ST2000DM001-1ER1 Image

eik
Jan 25th, 2021 (edited)
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 2.73 KB | None | 0 0
  1. [root@sysrescue ~]# mount /dev/sdb2 /mnt/sdb2/
  2. The disk contains an unclean file system (0, 0).
  3. Metadata kept in Windows cache, refused to mount.
  4. Falling back to read-only mount because the NTFS partition is in an
  5. unsafe state. Please resume and shutdown Windows fully (no hibernation
  6. or fast restarting.)
  7. ntfs_attr_pread_i: ntfs_pread failed: Input/output error
  8. Failed to calculate free MFT records: Input/output error
  9. NTFS is either inconsistent, or there is a hardware fault, or it's a
  10. SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
  11. then reboot into Windows twice. The usage of the /f parameter is very
  12. important! If the device is a SoftRAID/FakeRAID then first activate
  13. it and mount a different device under the /dev/mapper/ directory, (e.g.
  14. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
  15. for more details.
  16. [root@sysrescue ~]# mount /dev/sdb /mnt/sdb2/
  17. mount: /mnt/sdb2: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
  18. [root@sysrescue ~]# mount /mnt/sdd1/st2000.img /mnt/img/
  19. mount: /mnt/img: wrong fs type, bad option, bad superblock on /dev/loop1, missing codepage or helper program, or other error.
  20. [root@sysrescue ~]#
  21.  
  22.  
  23. [root@sysrescue ~]# mount -o -ro /dev/sdb /mnt/sdb2/
  24. mount: /mnt/sdb2: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
  25.  
  26. [root@sysrescue ~]# mount -ro /dev/sdb /mnt/sdb2/
  27. mount: /mnt/sdb2/: can't find in /etc/fstab.
  28.  
  29. [root@sysrescue ~]# mount  /dev/sdb /mnt/sdb2/
  30. mount: /mnt/sdb2: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
  31.  
  32. [root@sysrescue ~]# mount -o -ro /dev/sdb2 /mnt/sdb2/
  33. The disk contains an unclean file system (0, 0).
  34. Metadata kept in Windows cache, refused to mount.
  35. Falling back to read-only mount because the NTFS partition is in an
  36. unsafe state. Please resume and shutdown Windows fully (no hibernation
  37. or fast restarting.)
  38. ntfs_attr_pread_i: ntfs_pread failed: Input/output error
  39. Failed to calculate free MFT records: Input/output error
  40. NTFS is either inconsistent, or there is a hardware fault, or it's a
  41. SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
  42. then reboot into Windows twice. The usage of the /f parameter is very
  43. important! If the device is a SoftRAID/FakeRAID then first activate
  44. it and mount a different device under the /dev/mapper/ directory, (e.g.
  45. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
  46. for more details.
  47.  
  48. [root@sysrescue ~]# mount -o -ro /dev/sdb1 /mnt/sdb2/
  49. mount: /mnt/sdb2: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.
  50. [root@sysrescue ~]#
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement