Advertisement
parkerlreed

Untitled

Feb 19th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  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/sda5 during installation
  10. UUID=f5c33626-e3d9-4574-8295-63e39ceca974 / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda6 during installation
  12. UUID=ac2a736e-4a41-4a60-a48f-4ec6b198d230 none swap sw 0 0
  13.  
  14. //192.168.1.3/Media /mnt/windows_share smbfs Parker,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
  15.  
  16. sudo mount -a displays
  17. Warning: ignoring deprecated smbfs option 'codepage=unicode'
  18. Password:
  19. Retrying with upper case share name
  20. mount error(6): No such device or address
  21. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement