Problema com automount e exfat fstype

0

Eu preciso de ajuda para configurar o automount com o sistema de arquivos exfat (sem problemas com o ext4, por exemplo).

$ sudo automount -f -v
$ ls /home/user/automount

Automount retorna este erro.

mounted direct on /home/user/automount with timeout 120, freq 30 seconds
attempting to mount entry /home/user/automount
>> /sbin/mount.exfat: invalid option -- 's'
>> Usage: /sbin/mount.exfat [-d] [-o options] [-V] <device> <dir>
>> FUSE exfat 1.1.0
failed to mount /home/user/automount

Arquivos de configuração.

$ cat /etc/auto.master.d/removal.autofs 
/- /etc/auto.removal uid=1000,gid=1000,--timeout=120,--ghost

$ cat /etc/auto.removal 
/home/user/automount -fstype=exfat UUID=54E8-C318

Obrigado por qualquer ajuda.

    
por MB4E 16.07.2015 / 07:50

1 resposta

0

O problema é resolvido com a versão 5.1.1 do autofs.

$ wget http://fr.archive.ubuntu.com/ubuntu/pool/main/a/autofs/autofs_5.1.1-1ubuntu2_amd64.deb
$ sudo dpkg -i autofs_5.1.1-1ubuntu2_amd64.deb 
    
por MB4E 22.07.2015 / 00:40