hello,
i'm a linux beginner. i would like to mount my hard disk attached to my Airport Express on my raspberry pi, i tried some google searches but can't make it work... some like
$ sudo mkdir /path/to/mountpoint
$ sudo mount -t cifs -o users,rw,uid=USERNAME*,gid=*USERNAME*,ip=10.0.1.1,netdev,username=*AIRDISKUSERNAMEIFAPPLICABLE*,password=*PASSWORD //10.0.1.1/SHARE /path/to/mountpoint
is it possible with the Pi?
could someone help me find some great (and easy) instruction?
thanks
AirDisk connection
2 posts
- Posts: 1
- Joined: Mon Jun 25, 2012 4:11 pm
search the forums for cifs, there a number of threads with clues
- Posts: 111
- Joined: Sun Mar 11, 2012 10:09 am