Guest User

Untitled

a guest
Nov 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. elementary@elementary:/$ sudo fdisk -l
  2. Disk /dev/loop0: 966.1 MiB, 1013055488 bytes, 1978624 sectors
  3. Units: sectors of 1 * 512 = 512 bytes
  4. Sector size (logical/physical): 512 bytes / 512 bytes
  5. I/O size (minimum/optimal): 512 bytes / 512 bytes
  6.  
  7.  
  8. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  9. Units: sectors of 1 * 512 = 512 bytes
  10. Sector size (logical/physical): 512 bytes / 4096 bytes
  11. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  12. Disklabel type: dos
  13. Disk identifier: 0xabdfae9c
  14.  
  15. Device Boot Start End Sectors Size Id Type
  16. /dev/sda1 * 2048 999423 997376 487M 83 Linux
  17. /dev/sda2 1001470 1953523711 1952522242 931G 5 Extended
  18. /dev/sda5 1001472 1953523711 1952522240 931G 8e Linux LVM
  19.  
  20. Partition 2 does not start on physical sector boundary.
  21.  
  22.  
  23.  
  24.  
  25. Disk /dev/sdb: 7.2 GiB, 7751073792 bytes, 15138816 sectors
  26. Units: sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 512 bytes
  28. I/O size (minimum/optimal): 512 bytes / 512 bytes
  29. Disklabel type: dos
  30. Disk identifier: 0x6f215e7b
  31.  
  32. Device Boot Start End Sectors Size Id Type
  33. /dev/sdb1 * 0 2648063 2648064 1.3G 0 Empty
  34. /dev/sdb2 5324 10187 4864 2.4M ef EFI (FAT-12/16/32)
  35.  
  36.  
  37. Disk /dev/mapper/elementary--vg-root: 923.1 GiB, 991193726976 bytes, 1935925248 sectors
  38. Units: sectors of 1 * 512 = 512 bytes
  39. Sector size (logical/physical): 512 bytes / 4096 bytes
  40. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  41.  
  42.  
  43. Disk /dev/mapper/elementary--vg-swap_1: 7.9 GiB, 8493465600 bytes, 16588800 sectors
  44. Units: sectors of 1 * 512 = 512 bytes
  45. Sector size (logical/physical): 512 bytes / 4096 bytes
  46. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  47.  
  48. sudo mount /dev/sda1 /mnt
  49.  
  50. elementary@elementary:/$ sudo chroot /mnt /bin/bash
  51. chroot: failed to run command ‘/bin/bash’: No such file or directory
Add Comment
Please, Sign In to add comment