Dell Inspiron 8000
Kubuntu dapper
KDE
i'm trying to auto mount a samba share at start-up. I have edited my FSTAB as follows:
This makes an icon appear on my desktop to the share, and I can right click and mount the drive perfectly. I can't unmount it, however, as it says only root can unmount. This isn't a problem, but if this can be fixed, that would be cool.
The problem is the drive does not automount itself. It just allows me to mount it. I even tried putting "auto" in my options in the fstab, but that still does not auto-mount it.
The windows share is read-only, and doesn't require a password to access.
Kubuntu dapper
KDE
i'm trying to auto mount a samba share at start-up. I have edited my FSTAB as follows:
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 //shinyduck/multimedia /home/masterevilace/Multimedia smbfs user,ro 0 0 /dev/hda5 none swap sw 0 0 /dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0
The problem is the drive does not automount itself. It just allows me to mount it. I even tried putting "auto" in my options in the fstab, but that still does not auto-mount it.
The windows share is read-only, and doesn't require a password to access.
Comment