Hi,
I'm on Kubuntu Dapper and I want to mount a Samba share using the KDE storage system (relying on hal/udev I think....?) , i.e. through system:/media.
First, please note that I can manually mount this samba share on /mnt/IOMEGA_NAS_100D_ML without any problem, by issuing this command: sudo mount //IOMEGA_NAS_100D/ML
My /etc/fstab looks like this (don't mind the French comments):
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
#/dev/hda1 /media/hda1 ntfs defaults,uid=0,gid=0,noauto,rw,nouser 0 0
/dev/hda1 /media/hda1 ntfs umask=0222,defaults,uid=0,gid=0,noauto,rw,users 0 0
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
#Pour monter dossier ML du serveur Iomega NAS, avec droits d'écriture pour utilisateur
//IOMEGA_NAS_100D/ML /mnt/IOMEGA_NAS_100D_ML smbfs codepage=cp850,iocharset=utf-8,uid=0,gid=0,noauto,rw,users,dmask=777,fmask=777, credentials=/etc/fstab_smb_credentials_1 0 0
The only thing that doesn't work is when I try to mount this share with the KDE storage system. I do see an icon for this share in system:/media, but if I click on it in order to mount it, I get an error message saying (my translation) "Impossible to mount the device. Reported error:" and nothing else, except an empty open konqueror window in system:/media/ML. I've tried to modify fstab in order to make the share mount on /media/ML instead of /mnt/IOMEGA_NAS_100D_ML but it didn't work....
Someone knows how to make this thing work?
Thanks in advance for your help.
I'm on Kubuntu Dapper and I want to mount a Samba share using the KDE storage system (relying on hal/udev I think....?) , i.e. through system:/media.
First, please note that I can manually mount this samba share on /mnt/IOMEGA_NAS_100D_ML without any problem, by issuing this command: sudo mount //IOMEGA_NAS_100D/ML
My /etc/fstab looks like this (don't mind the French comments):
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
#/dev/hda1 /media/hda1 ntfs defaults,uid=0,gid=0,noauto,rw,nouser 0 0
/dev/hda1 /media/hda1 ntfs umask=0222,defaults,uid=0,gid=0,noauto,rw,users 0 0
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
#Pour monter dossier ML du serveur Iomega NAS, avec droits d'écriture pour utilisateur
//IOMEGA_NAS_100D/ML /mnt/IOMEGA_NAS_100D_ML smbfs codepage=cp850,iocharset=utf-8,uid=0,gid=0,noauto,rw,users,dmask=777,fmask=777, credentials=/etc/fstab_smb_credentials_1 0 0
The only thing that doesn't work is when I try to mount this share with the KDE storage system. I do see an icon for this share in system:/media, but if I click on it in order to mount it, I get an error message saying (my translation) "Impossible to mount the device. Reported error:" and nothing else, except an empty open konqueror window in system:/media/ML. I've tried to modify fstab in order to make the share mount on /media/ML instead of /mnt/IOMEGA_NAS_100D_ML but it didn't work....
Someone knows how to make this thing work?
Thanks in advance for your help.


). With the 'storage media' and konqueror you're trying to mount as a user...with 'sudo mount' you're doing it 'as root'
Comment