Skip to content

Instantly share code, notes, and snippets.

@sjmach
Created November 24, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjmach/78503e427649177b7a326e8685367a10 to your computer and use it in GitHub Desktop.
Save sjmach/78503e427649177b7a326e8685367a10 to your computer and use it in GitHub Desktop.
Mount using CIFS on Raspberrypi
proc /proc proc defaults 0 0
PARTUUID=XXXXX /boot vfat defaults 0 2
PARTUUID=XX / ext4 defaults,noatime 0 1
UUID=XXXXXX ext4 defaults,auto,users,rw,nofail 0 0
//XXXXXXXX/XXXX /mnt/ssssss/ cifs credentials=/home/pi/xxxxxxxxx,vers=1.0 0 0
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment