It is nearly two months since I installed FreeBSD (vesion 15) in the two desktops I have. I have xfce and automounter installed. Everything was working well until now. Now when I insert a pendrive in one of the desktops, I can't open it in
The same USB pendrive works well in the other desktop. What could be the problem and how can I solve it?
Thanks
thunar though it appears in its side bar. When I click it to open it, a dialog showing 'Mount: failed with .' comes up. The pendrive shows up in dmesg as da0. However, when I try doas mount /dev/da0s1 /media/, I get the error mount: /dev/da0s1: No such file or directory. But, ls returns the result given below -
Code:
crw-r----- 1 root operator 0x1c3 Mar 29 21:07 /dev/da0
crw-r----- 1 root operator 0x1c4 Mar 29 21:07 /dev/da0s1
The same USB pendrive works well in the other desktop. What could be the problem and how can I solve it?
Thanks