I am new to FreeBSD
I must be missing something pls help
there is external disk connected to my FreeBSD computer
I must be missing something pls help
there is external disk connected to my FreeBSD computer
Code:
automount also not working after upgrade to 14.2
auto_master ->
#
# Automounter master map, see auto_master(5) for details.
#
/net -hosts -nobrowse,nosuid,intr
/media -media -nosuid,noatime,autoro
/- -noauto
gpart show
=> 63 1953525105 da0 MBR (932G)
63 1985 - free - (993K)
2048 1953521072 1 ntfs (932G)
1953523120 2048 - free - (1.0M)
not working :
sudo mount /dev/da0s1 /home/jiten/mnt
mount: /dev/da0s1: No such file or directory
works:
sudo ntfs-3g /dev/da0s1 /home/jiten/mnt/
Last edited by a moderator: