Advertisement
Guest User

Untitled

a guest
Mar 16th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. meglaw@nostromo:~/meglaw/eggdrop$ df -h
  2. Filesystem            Size  Used Avail Use% Mounted on
  3. /dev/sda1             110G   49G   56G  47% /
  4. tmpfs                 252M     0  252M   0% /lib/init/rw
  5. udev                  247M  264K  247M   1% /dev
  6. tmpfs                 252M     0  252M   0% /dev/shm
  7. meglaw@nostromo:~/meglaw/eggdrop$ 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. proc            /proc           proc    defaults        0       0
  16. # / was on /dev/sda1 during installation
  17. /dev/sda1       /       ext3    defaults        0 0
  18. #UUID=23d50719-2c31-4b6c-9927-326dc1c0133f /  defaults    ext3    0  1
  19. # swap was on /dev/sda5 during installation
  20. WUUID=a7674fdb-c860-4f20-b8ea-67a56a13e2f9 none            swap    sw              0       0
  21. #/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
  22. #/dev/sdb1      /home/tvuser/extradata/20 ext3  0       0
  23. #/dev/sdc1  /home/tvuser/extradata/500  ext3  defaults  0  0
  24. #/dev/sdd1 /home/tvuser/extradata/1000 ext3  0       0
  25. #\\192.168.0.14\downloadz  /home/tvuser/Desktop/downloadz  smbfs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement