diff --git a/README.md b/README.md index 1db9ea4..0f92ac4 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,31 @@ Mount fstab partions without reboot mount -a ``` +smb share + +``` +mount -t cifs //ip/share /mnt/backups -o credentials=/path/filename + +``` + +## gio + +### mount samba share +```bash +#/home/username/.credentials +#username +#SAMBA +#password +gio mount smb://server/share < /home/username/.credentials +``` + +### unmount + +```bash +gio mount -u smb://server/share +``` + + ## File System ### ext4 @@ -388,22 +413,7 @@ autologin-user-timeout=5 #greeter-session=unity-greeter ``` -## gio -### mount samba share -```bash -#/home/username/.credentials -#username -#SAMBA -#password -gio mount smb://server/share < /home/username/.credentials -``` - -### unmount - -```bash -gio mount -u smb://server/share -``` ## btop