Advertisement
Guest User

commands ubuntu

a guest
Jan 16th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. rafaht@hencke-tresbach:~$ sudo blkid
  2. [sudo] password for rafaht:
  3. /dev/sda1: UUID="2b141166-c98b-4ffe-8382-03819165f0e2" TYPE="ext4"
  4. /dev/sda5: UUID="3db913fa-8ba9-47a2-8f65-d87c8d72f2a0" TYPE="swap"
  5. /dev/sda6: UUID="3513e443-725a-4a06-99b9-e2edd7a55375" TYPE="ext4"
  6. /dev/sda7: UUID="C815-492C" TYPE="vfat"
  7. rafaht@hencke-tresbach:~$ cat /etc/fstab
  8. # /etc/fstab: static file system information.
  9. #
  10. # Use 'blkid' to print the universally unique identifier for a
  11. # device; this may be used with UUID= as a more robust way to name devices
  12. # that works even if disks are added and removed. See fstab(5).
  13. #
  14. # <file system> <mount point> <type> <options> <dump> <pass>
  15. # / was on /dev/sda1 during installation
  16. UUID=2b141166-c98b-4ffe-8382-03819165f0e2 / ext4 errors=remount-ro 0 1
  17. # /windows was on /dev/sda7 during installation
  18. UUID=C815-492C /windows vfat utf8,umask=007,gid=46 0 1
  19. # swap was on /dev/sda5 during installation
  20. UUID=3db913fa-8ba9-47a2-8f65-d87c8d72f2a0 none swap sw 0 0
  21. rafaht@hencke-tresbach:~$ sudo fdisk -l
  22.  
  23. Disco /dev/sda: 750.2 GB, 750156374016 bytes
  24. 255 cabeças, 63 setores/trilhas, 91201 cilindros, total de 1465149168 setores
  25. Unidades = setores de 1 * 512 = 512 bytes
  26. Tamanho do setor (lógico/físico): 512 bytes / 512 bytes
  27. Tamanho da E/S (mínimo/ideal): 512 bytes / 512 bytes
  28. Identificador do disco: 0x7a3688be
  29.  
  30. Dispositivo Boot Início Fim Blocos Id Sistema
  31. /dev/sda1 * 2048 78125055 39061504 83 Linux
  32. /dev/sda2 78127102 1465147391 693510145 5 Estendida
  33. /dev/sda5 1461149696 1465147391 1998848 82 Linux swap / Solaris
  34. /dev/sda6 78127104 1422073855 671973376 83 Linux
  35. /dev/sda7 1422075904 1461143551 19533824 b FAT32 W95
  36.  
  37. Partições lógicas fora da ordem do disco
  38. rafaht@hencke-tresbach:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement