Page 1 of 1

mount: failed to parse mount options

Posted: Wed Jun 15, 2016 2:46 pm
by ^rooker
[PROBLEM]
I have copy/pasted an entry in /etc/fstab from one server to another.
It was mounting a CIFS/Samba share.

When I tried to mount it, I got the following error message:
mount: failed to parse mount options
(Adding "-v" didn't show any additional information :()


[SOLUTION]
I had the options for UserID and GroupID set in my fstab entry:

Code: Select all

//whatever.windows.thing /mnt/windows cifs user,uid=xxx,gid=xxx, ...
But the user and group "xxx" didn't exist on my new server.
Therefore, mount failed to parse the mount options ;)