Update README.md
This commit is contained in:
40
README.md
40
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user