Solution: Re: fstab parse-error with sshfs
robert rottermann
robert at redcor.ch
Wed Mar 30 13:12:08 UTC 2022
On 30.03.22 14:30, robert rottermann wrote:
> Hi Friends
>
> I try to mount a remote folder using sshfs.
>
> doing so manually works fine:
>
> sshfs -o allow_other,default_permissions root at xxx.xxx.xxx.xx:/root/abaConnect
> /mnt/abacus_data
>
> adding the line:
>
> sshfs#root at xxx.xxx.xxx.xx:/rooot/abacus_data /mnt/abacus_data
>
> to /etc/fstab and then execute
>
> mount -a
>
> produces the error:
>
> root at abaconnect-dev:~# mount -a
> mount: /etc/fstab: parse error at line 18 -- ignored
>
> can anyone of you please give me a hint, what I am doing wrong
>
> thanks
>
> Robert
the solution is the following line in fstab
root at xxx.xxx.xxx.xx:/root/abaConnect /mnt/abacus_data fuse.sshfs defaults 0 0
thanks
robert
More information about the ubuntu-users
mailing list