Advertisement
Guest User

hmm

a guest
Aug 15th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. user@debian:~$ df
  2. df: `/filesystem.squashfs': No such file or directory
  3. Filesystem 1K-blocks Used Available Use% Mounted on
  4. rootfs 1685860 9156 1676704 1% /
  5. udev 10240 0 10240 0% /dev
  6. tmpfs 337172 220 336952 1% /run
  7. /dev/sdc1 1939736 130224 1809512 7% /live/image
  8. tmpfs 1685860 9156 1676704 1% /live/cow
  9. aufs 1685860 9156 1676704 1% /
  10. tmpfs 1685860 0 1685860 0% /live
  11. tmpfs 5120 0 5120 0% /run/lock
  12. tmpfs 674340 0 674340 0% /run/shm
  13. tmpfs 1685860 8 1685852 1% /tmp
  14. user@debian:~$ sudo blkid
  15. /dev/sda1: UUID="0d1890db-0cd2-4d8f-937a-ec3fa12505c1" TYPE="ext2"
  16. /dev/sda5: UUID="jPIPKN-2dTJ-eVgp-jdyq-7I5v-1Xzg-gaPBf2" TYPE="LVM2_member"
  17. /dev/sdc1: LABEL="DATATIKKU" UUID="3830-C78E" TYPE="vfat"
  18. /dev/loop0: TYPE="squashfs"
  19. /dev/mapper/sampan--servu-root: UUID="4211ddb5-f6ca-42f8-95ac-fc0eaa977e83" TYPE="ext4"
  20. /dev/mapper/sampan--servu-swap_1: UUID="93fe8420-a4a4-4d3f-a083-9c1906edae76" TYPE="swap"
  21. user@debian:~$ sudo umount /dev/sda2
  22. umount: /dev/sda2: not mounted
  23. user@debian:~$ sudo umount /dev/sda5
  24. umount: /dev/sda5: not mounted
  25. user@debian:~$ sudo umount /dev/sda
  26. umount: /dev/sda: not mounted
  27. user@debian:~$ sudo fdisk -l
  28.  
  29. Disk /dev/sda: 120.0 GB, 120034123776 bytes
  30. 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
  31. Units = sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. I/O size (minimum/optimal): 512 bytes / 512 bytes
  34. Disk identifier: 0x0000e14b
  35.  
  36. Device Boot Start End Blocks Id System
  37. /dev/sda1 * 2048 499711 248832 83 Linux
  38. /dev/sda2 501758 234440703 116969473 5 Extended
  39. /dev/sda5 501760 234440703 116969472 8e Linux LVM
  40.  
  41. Disk /dev/sdc: 1998 MB, 1998585856 bytes
  42. 255 heads, 63 sectors/track, 242 cylinders, total 3903488 sectors
  43. Units = sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disk identifier: 0x000cf12e
  47.  
  48. Device Boot Start End Blocks Id System
  49. /dev/sdc1 * 63 3887729 1943833+ b W95 FAT32
  50.  
  51. Disk /dev/mapper/sampan--servu-root: 111.5 GB, 111455240192 bytes
  52. 255 heads, 63 sectors/track, 13550 cylinders, total 217686016 sectors
  53. Units = sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 512 bytes
  55. I/O size (minimum/optimal): 512 bytes / 512 bytes
  56. Disk identifier: 0x00000000
  57.  
  58. Disk /dev/mapper/sampan--servu-root doesn't contain a valid partition table
  59.  
  60. Disk /dev/mapper/sampan--servu-swap_1: 8317 MB, 8317304832 bytes
  61. 255 heads, 63 sectors/track, 1011 cylinders, total 16244736 sectors
  62. Units = sectors of 1 * 512 = 512 bytes
  63. Sector size (logical/physical): 512 bytes / 512 bytes
  64. I/O size (minimum/optimal): 512 bytes / 512 bytes
  65. Disk identifier: 0x00000000
  66.  
  67. Disk /dev/mapper/sampan--servu-swap_1 doesn't contain a valid partition table
  68. user@debian:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement