I'm trying to mount a rw personal share that is a subdirectory of a ro share windows share on ubuntu 11.10 using the following command: sudo mount -t cifs //[netbiosname]/users/[usershare] /mnt/[local mount point] --verbose -o username=[username],password=[mypassword],iocharset=utf8,file_mode=0777,dir_mode=0777 The directory structure on the windows share is domain/users/[personal_directory] The "