Thread: Editing fstab
i trying edit fstab auto mount couple of windows shares. have doesn't work. doing wrong?
code:# /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 /dev/sda1 / ext4 errors=remount-ro 0 1 //192.168.1.3/video /home/evan/videos smbfs 0 0 //192.168.1.3/music /home/evan/music smbfs 0 0 # swap on /dev/sda5 during installation uuid=6cc46266-db89-4d7b-a0b7-960c184502e9 none swap sw 0 0
smbfs depreciated, use cifs. have @ this howto.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Editing fstab
Ubuntu
Comments
Post a Comment