Mounting Linkstation NFS share

Tue 26 November 2024

I have a buffalo linkstation network drive on my home system. Fairly simple to setup with their tools for Windows to share it. The drive is shared across my windows desktop/laptop and Grace's computer/laptop.

We mostly use the the share for system (windows) backup and a central repository for our photos (lavafalls/family_photo_album) and music (Music). Backups of windows folders are put in mount for share

On the network, the Buffalo is 192.168.10.66. Although this is DNS via the router it doesn't appear to change. Additionally, most of the computers on the system seem to be mostly static.

hammer is my development linux box and is 192.168.10.68 moist is the tv streaming computer and is 192.168.10.69

I added lavafalls in the /etc/hosts for the buffalo server. On the Buffalo device I have 4 share points: share, Music, Photos and family_photo_albums

On the development box (hammer) I created two mount points /srv/share and under the digikam default folder of /srv/webfolder

** The /srv/webfolder was a bit of mistake: tech debt rename the digikam **

Back to the cifs mounting. The command line

LSIP = IP address of your Linkstation
SHARE = Share name (case sensitive)
LSUSER = Linkstation share username.
LSPASS = Linkstation share password.
USER = Your Linux account username.

sudo mount -t cifs //LSIP/share /srv/share -o username=LSUSER,password=LSPASS,uid=USER,file_mode=0644,vers=1.0

and for fstab:
//LSIP/share /srv/share cifs username=LSUSER,password=LSPASS,uid=USER,file_mode=0644,vers=1.0

This will work as long as lavafalls in the hosts file correctly points to the LSIP of the Buffalo Linkstation.

Finally to reload the edits to the fstab use systemctl daemon-reload.

By Keith Schwols in Category: Programming

Tags | Programming |

Other articles

Choux Paste stuffed with Shrimp

Sun 24 November 2024

Stuffing Choux Paste pastry with curried shrimp

By Keith Schwols, Category: Cooking

Continue reading …

Keith Schwols

Fri 22 November 2024

I decided to install a git-server on my linnode (www.schwols.com), it's been an adventure in Yak Shaving. Everytime I get ready to do the actual install, I find another hairy mess to solved.

  • get SSL certificates install with dehydrate
  • working on autoshh (plan b) connectivity from home development …

By Keith Schwols, Category: General

Continue reading …

Smithsonian Air and Space Museum

Thu 31 October 2024

During the DC trip with Rick we visited the Smithsonian museums. The Air and Space museum was fantasic, even though half the exhibit space is temporarily closed for improvments.

We got to see the exhibit on the Wright bros and early flight. The NASA exhibit on the moon exploration was …

By Keith Schwols, Category: Travel

Continue reading …

Washington DC 2024

Tue 29 October 2024

A quick 4 day visit to Washington DC for Rick's Birthday

By Keith Schwols, Category: Travel

Continue reading …

Cycle Across Portugal

Tue 01 October 2024

G-Adventure trip to cycle across Portugal

By Keith Schwols, Category: Travel

Continue reading …

Cycle Across Portgual Day 1

Thu 12 September 2024

Day 1:

We transferred from Lisbon to Evora on the Spainish Portuguese border. Bike fit and a quick 10Km loop around town to test the fit.

Photos (TBD) of Evora (and waiting for my markdown plug in for 3x3 grid of thumbnails.

By Keith Schwols, Category: Travel

Continue reading …

Cycle Across Portgual Day 2

Thu 12 September 2024

Day 2: Elvas to Villa Vicosa.

/

A lovely warm-up ride of 20 miles. - TBD: describe photos -

TBD: insert 9 photos with 3x3 markdown extensions when written.

By Keith Schwols, Category: Travel

Continue reading …

Potluck Ideas

Mon 01 January 2024

I'm always searching for dishes to bring to potluck meals. My church life group meets alternating Sunday's to discuss the weeks' message and we do it over a meal. This recipe is an adaption for casually watching a cooking show while I was working on a python project. I didn't …

By Keith Schwols, Category: Cooking

Continue reading …

Keith Schwols

Tue 19 September 2023

Cyling the Loire and Lot Valley in France with Brian

By Keith Schwols, Category: Cycling

Continue reading …

Rockstar Bridge

Mon 12 December 2022

I started writing a book on bridge called Rockstar bridge during the pandemic. The book describes an update to the modern bridge convention system of 2/1. It addresses the deficency of the 2/1 bidding system that keeps it from being adopted more widely. Standard American (also called 5 …

By Keith Schwols, Category: Bridge

Continue reading …