Closed Jehops closed 10 years ago
Newest FreeBSD uses newer file(1). The automount 1.5 is already ready but I havent got any commiter to update it into the Ports tree.Use automount 1.5 from GIT here: https://github.com/vermaden/automountOd: "Jehops" <notifications@github.com>Do: "vermaden/automount" <automount@noreply.github.com>; Wysłane: 19:59 Sobota 2014-09-13Temat: [automount] fileystem not supported or no filesystem (#4)% automount --version (installed from port) automount 1.4.3 2013/03/13
% uname -ri 10.1-BETA1 GENERIC
% newfs_msdos /dev/da0
When I insert the thumb drive, in /var/log/automount.log I see : /dev/da0: attached /dev/da0: filesystem not supported or no filesystem
% mount_msdosfs /dev/da0 /media works fine.
% file -s /dev/da0 /dev/da0: DOS/MBR boot sector
Am I missing any important information?
Same result with 1.5.
% cat /usr/local/etc/automount.conf USERMOUNT=YES ATIME=NO REMOVEDIRS=YES USER=cjones ENCODING=en_CA.ISO8859-1 CODEPAGE=819
Same result with 1.5. What You get in the /var/log/automount.log?
It was saying:
2014-09-17 11:46:36 /dev/da2: attach 2014-09-17 11:46:36 /dev/da2: filesystem not supported or no filesystem 2014-09-17 11:46:37 /dev/da3: random wait for '0.8' seconds before 'attach' action 2014-09-17 11:46:37 /dev/da3: attach 2014-09-17 11:46:37 /dev/da3: filesystem not supported or no filesystem 2014-09-17 11:46:39 /dev/da4: random wait for '1.7' seconds before 'attach' action 2014-09-17 11:46:39 /dev/da4: attach 2014-09-17 11:46:39 /dev/da4: filesystem not supported or no filesystem 2014-09-17 11:46:39 /dev/da5: random wait for '0.5' seconds before 'attach' action
but I just did git pull and copied the latest files and now it's working. :+1:
Thanks. This is a really nice simple tool.
Welcome ;)
% automount --version (installed from port) automount 1.4.3 2013/03/13
% uname -ri 10.1-BETA1 GENERIC
% newfs_msdos /dev/da0
When I insert the thumb drive, in /var/log/automount.log I see : /dev/da0: attached /dev/da0: filesystem not supported or no filesystem
% mount_msdosfs /dev/da0 /media works fine.
% file -s /dev/da0 /dev/da0: DOS/MBR boot sector
Am I missing any important information?