Mount Samba share on Ubuntu


1 min read
$ sudo apt install cifs-utils
$ sudo mkdir /mnt/<mountpoint>
$ sudo mount -t cifs -o user=<user> //<server>/<share> /mnt/<mountpoint>

Compile package for Alpine Linux
Previous article

Compile package for Alpine Linux

Install Alpine Linux inside Virtual Box using this image, assign to DVD device, set network adapter to bridged, boot it, and login with root Then

Using Shotwell to manage photos on share
Next article

Using Shotwell to manage photos on share

Shotwell cannot cope with auto-mounted shares made by files/nautilus on Ubuntu. You get "hardware errors" while importing (in place) You can circumvent this by


GO TOP