Update README.md

This commit is contained in:
2024-03-24 01:14:34 +00:00
parent 5269e119d4
commit ebde40ffc3

View File

@@ -154,6 +154,31 @@ Mount fstab partions without reboot
mount -a 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 ## File System
### ext4 ### ext4
@@ -388,22 +413,7 @@ autologin-user-timeout=5
#greeter-session=unity-greeter #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 ## btop