Hi
Newbies with freebsd 12. I've installed it on a DELL Latitude E6410.
But I've got problem to access to the amovible supports as usb keys
I've installed xorg and xfce4, but seems have a problem with the usb keys
If I insert a key, a icon appears on the xfce desktop. I can do a left click with the mouse and choose "mount", but If I do "open", a little wheel turn and turn but nothing... As weel, the menu displays always MOUNT and never UMOUNT ...
My configuration
I've installed theses packages
	
	
	
		
The modules are loaded
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
				
			Newbies with freebsd 12. I've installed it on a DELL Latitude E6410.
But I've got problem to access to the amovible supports as usb keys
I've installed xorg and xfce4, but seems have a problem with the usb keys
If I insert a key, a icon appears on the xfce desktop. I can do a left click with the mouse and choose "mount", but If I do "open", a little wheel turn and turn but nothing... As weel, the menu displays always MOUNT and never UMOUNT ...
My configuration
I've installed theses packages
		Code:
	
	pkg install automount fusefs-ntfs fusefs-simple-mtpfsThe modules are loaded
		Code:
	
	$ kldstat
Id Refs Address                Size Name
1   53 0xffffffff80200000  243cd00 kernel
2    1 0xffffffff8263d000     c7e0 aesni.ko
3    1 0xffffffff82821000   12d290 i915kms.ko
4    1 0xffffffff8294f000    858b0 drm.ko
5    4 0xffffffff829d5000    104f0 linuxkpi.ko
6    3 0xffffffff829e6000    13f30 linuxkpi_gplv2.ko
7    2 0xffffffff829fa000      6c0 debugfs.ko
8    1 0xffffffff829fb000     9c08 fuse.ko
9    1 0xffffffff82a05000    16a78 ext2fs.ko
10    1 0xffffffff82a1c000     1800 uhid.ko
11    1 0xffffffff82a1e000     23a8 ums.ko
12    1 0xffffffff82a21000      fe0 cpuctl.ko
13    1 0xffffffff82a22000    39960 linux.ko
14    2 0xffffffff82a5c000     2e28 linux_common.ko
15    1 0xffffffff82a5f000    33c50 linux64.ko
16    1 0xffffffff82a93000      acf mac_ntpd.ko
17    1 0xffffffff82a94000     1a20 fdescfs.ko
		Code:
	
	$ cat /usr/local/etc/automount.conf
MNTPREFIX="/media"
USERUMOUNT=YES
ATIME=NO
REMOVEDIRS=YES
FM="thunar"
USER=ragnarok
ENCODING=fr_FR.UTF-8
CODEPAGE=cp858
		Code:
	
	$ groups
ragnarok wheel tty operator video dialer
		Code:
	
	$ cat /etc/sysctl.conf
# $FreeBSD: releng/12.0/sbin/sysctl/sysctl.conf 337624 2018-08-11 13:28:03Z brd $
#
#  This file is read when going to multi-user and its contents piped thru
#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
vfs.usermount=1
		Code:
	
	$ cat /etc/devfs.rules
[localrules=5]
add path 'da*'       mode 0660 group operator
add path 'cd*'       mode 0660 group operator
add path 'uscanner*'    mode 0660 group operator
add path 'xpt*'     mode 660 group operator
add path 'pass*'    mode 660 group operator
add path 'md*'         mode 0660 group operator
add path 'msdosfs/*'     mode 0660 group operator
add path 'ext2fs/*'     mode 0660 group operator
add path 'ntfs/*'     mode 0660 group operator
add path 'usb/*'     mode 0660 group operator
		Code:
	
	$ sudo devfs rule show
Mot de passe :
100 path da* group operator mode 660
200 path cd* group operator mode 660
300 path uscanner* group operator mode 660
400 path xpt* group operator mode 660
500 path pass* group operator mode 660
600 path md* group operator mode 660
700 path msdosfs/* group operator mode 660
800 path ext2fs/* group operator mode 660
900 path ntfs/* group operator mode 660
1000 path usb/* group operator mode 660
		Code:
	
	$ sudo dmesg
ugen1.5: <Verbatim STORE N GO> at usbus1
umass0 on uhub2
umass0: <Verbatim STORE N GO, class 0/0, rev 2.10/2.00, addr 5> on usbus1
umass0:  SCSI over Bulk-Only; quirks = 0xc100
umass0:5:0: Attached to scbus5
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
da0 at umass-sim0 bus 0 scbus5 target 0 lun 0
da0: <Verbatim STORE N GO 1.00> Removable Direct Access SPC-4 SCSI device
da0: 40.000MB/s transfers
da0: 7500MB (15360000 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE> 
			     
 
		
 
 
		 
 
		