here is how i mount a windows shared on another machine on my PI5-8G running Bookworm:
(folder i'm mounting is on 192.168.0.99/d)
create a folder on the PI for the mount point (under your home folder) mine is called ddrive
then:
sudo mount -t cifs -o sec=ntlmv2,username=XXX,password=XXX //192.168.0.99/d /home/pi/ddrive
(folder i'm mounting is on 192.168.0.99/d)
create a folder on the PI for the mount point (under your home folder) mine is called ddrive
then:
sudo mount -t cifs -o sec=ntlmv2,username=XXX,password=XXX //192.168.0.99/d /home/pi/ddrive
Statistics: Posted by terribleted — Mon Jan 06, 2025 8:18 pm