Hello!
I'm looking for a way to mount a share in my ubuntu. I need a automount when PC starts...
How can i do that with /etc/fstab ?
I need put my share 192.168.1.200/share (with username and passord) in my client (ubuntu) /hoje/julio/Desktop/share ...
Any help?
Thanks
My fstab:
julio@julio-ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=4279c908-b824-4d15-967a-64b62c903cd1 / ext4 errors=remount-ro,user_xattr 0 1
# swap was on /dev/sda5 during installation
UUID=dcf7a6dd-fbb1-4c9b-bdc9-69284dd69d53 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0