Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. sudo dd if=[PATH TO YOUR .iso FILE] of=/dev/sd[THAT 1 LETTER]
  2.  
  3. /dev/sda1 contains a file system with errors, check forced.
  4. Inodes that were part of a corrupted orphan linked list found.
  5. /dev/sda1: UNEXOECTED INCONSISTENCY; RUN fsck MANUALLY.
  6. (i.e., without -a or -p options)
  7. fsck exited with status code 4
  8. The root filesysten on /dev/sda1 requires a manual fsck
  9. BusyBOX v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
  10. Enter 'help' for a list of built-in commands.
  11. (initramfs)
  12.  
  13. lubuntu@lubuntu:~$ sudo lsblk -f
  14. NAME FSTYPE LABEL UUID MOUNTPOINT
  15. sdb iso9660 Lubuntu 16.10 i386
  16. │ 2016-10-12-19-57-58-00 /cdrom
  17. └─sdb1 iso9660 Lubuntu 16.10 i386
  18. 2016-10-12-19-57-58-00
  19. zram3 [SWAP]
  20. zram1 [SWAP]
  21. sr0
  22. loop0 squashf /rofs
  23. sda
  24. ├─sda2
  25. ├─sda5 swap d9768f8d-7bc2-4579-b96a-24351278b21a [SWAP]
  26. └─sda1 ext4 90f2499b-90b1-49b0-ab74-303d9f410c2f
  27. zram2 [SWAP]
  28. zram0 [SWAP]
  29. lubuntu@lubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement