Comment 3 for bug 752012

Revision history for this message
Tom Chiverton (bugs-launchpad-net-falkensweb) wrote : Re: 11.04 beta fails to suspend if CIFS shares mounted (worked in 10.10)

Example line from my fstab:
//bookcase.house/mp3 /media/bookcase-mp3 cifs noexec,credentials=/home/falken/.cifsPassword,uid=falken,noauto 0 0

I have a script run by KDE at login that just runs:
sudo mount /media/bookcase-mp3

and a suitable sudoers line (in /etc/sudoers.d/falken-mount)
falken ALL=NOPASSWD: /bin/mount, /bin/umount