I got myself a Buffalo Linkstation (NAS) and got some Linux experiences with it the tough way. Especially I’ve had my share of learning, man’ing when trying to mount this beast. So I hope that sharing this will help somebody getting an easy experience.
This is based on a live Ubuntu 10.04. Linux is not officially supported by Buffalo and what you do is on your own risk.
Prerequisites
To be able to mount, you need the smbfs package as it contains mount.cifs:
Mounting Linkstation
We need to ensure that some important things are in place when mounting
The IP address is 192.168.1.36 and the shared directory is “share”
First argument is
. Remember the leading double slash or it will fail.
We would like to mount at /media/linkstation
Second argument is
. Remember to create the directory.
The charset must be correct. Otherwise, “Røde Mor” becomes “R├╕de Mor”
use options
. Don’t ask me why, but I guess that it has something to do with the codepage that Windows uses
The user/group must match be “ubuntu” (default is root)
use options
. “999″ is looked up in
.
Linkstation shall use the guest account and avoid password
option
now, the full command line becomes
Remember the -o or the options will be silently ignored :pinch:
Now, the Linkstation is nicely mounted and the file names are encoded correctly. To unmount, simply type
Happy Linkstation’ing!






