[shell](0)(work)# sshfs sdk@localhost: /mnt/ The authenticity of host 'localhost (127.0.0.1)' can't be established. ED25519 key fingerprint is SHA256:85v2WbEO6SijDqSsdlAYQjeBetH3tecsPP/6opWnGGA. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes sdk@localhost's password: [shell](0)(work)# ls -lh /dev/fuse0 crw------- 1 root wheel 92, 0 May 3 18:29 /dev/fuse0 [shell](0)(work)# mount /mnt mount: can't find fstab entry for /mnt. [shell](1)(work)# mount /dev/sd1a on / type ffs (local) /dev/sd1j on /home type ffs (local, nodev, nosuid, softdep) /dev/sd1d on /tmp type ffs (local, nodev, nosuid) /dev/sd1f on /usr type ffs (local, nodev) /dev/sd1g on /usr/X11R6 type ffs (local, nodev) /dev/sd1h on /usr/local type ffs (local, nodev, wxallowed, softdep) /dev/sd1i on /usr/src type ffs (local, nodev, nosuid) /dev/sd1e on /var type ffs (local, nodev, nosuid) /dev/sd2a on /data type ffs (local, nodev, nosuid, softdep) fusefs on /mnt type fuse (local) [shell](0)(work)#