Advertisement
Guest User

Untitled

a guest
Mar 30th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. proc /proc proc nodev,noexec,nosuid 0 0
  9. # / was on /dev/sda1 during installation
  10. UUID=2baba12c-de93-46e1-981e-26485e68f4af / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda5 during installation
  12. UUID=8ef803a6-34b1-45ec-9ffd-02c1c345a3c6 none swap sw 0 0
  13. # stora XBMC formatted library source 1
  14. //stora/mylibrary/XBMC_layout/ /mnt/video1 cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  15. # stora XBMC library source 2
  16. //stora/familylibrary/My\040Book\0402TB/Movies /mnt/video2 cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  17. # stora XBMC library source 3
  18. //stora/familylibrary/My\040Book\0402TB/New_Movies /mnt/video3 cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  19. # westerndigital1 share source 1
  20. //westerndigital1/Public/Music /mnt/audio1 cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  21. # ====================================================================================================================================================
  22. # westerndigital2 share source 1
  23. # //westerndigital2/Public/Music /mnt/audio2 cifs credentials=/root/.smbcredentials2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  24. # ====================================================================================================================================================
  25. # westerndigital1 share source 3
  26. # //westerndigital1/Public/Podcasts /mnt/podcasts cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  27. # westerndigital2 share source 2
  28. //westerndigital2/Public/Emulation /mnt/emulation cifs credentials=/root/.smbcredentials2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  29. # westerndigital2 share source 3
  30. # //westerndigital2/Public/eBooks /mnt/ebooks cifs credentials=/root/.smbcredentials2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  31. # //westerndigital2/Public /mnt/test cifs credentials=/root/.smbcredentials2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  32.  
  33. mount error(2): No such file or directory
  34. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement