Advertisement
Guest User

Untitled

a guest
Feb 19th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. pi@raspberrypi ~ $ mount
  2. /dev/root on / type ext4 (rw,noatime,data=ordered)
  3. devtmpfs on /dev type devtmpfs (rw,relatime,size=216132k,nr_inodes=54033,mode=755)
  4. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=44880k,mode=755)
  5. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  6. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  7. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  8. tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=89740k)
  9. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
  10. /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)
  11. pi@raspberrypi ~ $ sudo fdisk -l
  12.  
  13. Disk /dev/mmcblk0: 16.1 GB, 16130244608 bytes
  14. 4 heads, 16 sectors/track, 492256 cylinders, total 31504384 sectors
  15. Units = sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 512 bytes
  17. I/O size (minimum/optimal): 512 bytes / 512 bytes
  18. Disk identifier: 0x00014d34
  19.  
  20. Device Boot Start End Blocks Id System
  21. /dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
  22. /dev/mmcblk0p2 122880 31504383 15690752 83 Linux
  23.  
  24. Disk /dev/sda: 2000.4 GB, 2000396746752 bytes
  25. 255 heads, 63 sectors/track, 243201 cylinders, total 3907024896 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. Disk identifier: 0x1881caa2
  30.  
  31. Device Boot Start End Blocks Id System
  32. /dev/sda1 2048 1859024895 929511424 7 HPFS/NTFS/exFAT
  33. /dev/sda2 1859024896 3907022847 1023998976 7 HPFS/NTFS/exFAT
  34. pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement