Thursday, 15 August 2013

Raspberry Pi auto mount AirPort Extreme HDD

Raspberry Pi auto mount AirPort Extreme HDD

So I'm new to linux. I bought a raspberry pi that I want to mount my Apple
Airport Extreme's HDD. I was able to find this online:
sudo mount.cifs //10.0.1.1/Files /media/Files -o
rw,user=pi,uid=pi,pass="password"
How do I add this to my fstab? I found some answers but couldn't get them
to work as I had to modify the above code to get it to work with the
airport extreme. Any ideas?
Thanks in advance!

No comments:

Post a Comment