Hello, I recently upgraded my 8.2 installation to 9.0. When I was running 8.2 I could mount an NTFS share with a line like the following in fstab: //machine/share /mnt/mount-point smbfs user,noauto,username=username,workgroup=workgroup 0 0 After updating to 9.0 I get the following error (using the same fstab) when running 'mount /mnt/mount-point' after entering my password: mount error: Invalid argument Please refer to the smbmnt(8) manual page smbmnt failed: 255 /var/log/messages contains the following message: kernel: smbfs: Unrecognized mount option noexec If I remove the user and noauto option from the fstab entry I can mount the share. I would like regular users to be able to mount these shares though just like I could in 8.2. I've searched extensively for a solution online and I've found people describing the same problem but no solutions. Does anyone know why this happens, and how to fix it? Please :) Thanks a lot, Chris Berthiaume