Skip to content
Snippets Groups Projects
Unverified Commit 5905f263 authored by Varac's avatar Varac
Browse files

clous/storage

parent 4ec6490a
Branches
No related tags found
No related merge requests found
......@@ -4,12 +4,18 @@
List available exports:
```sh
showmount -e varac-nas
```
Mount an export:
```sh
sudo mount -t nfs varac-nas:/Public /tmp/nfstest
```
NFS4:
```sh
sudo mount.nfs4 varac-pinenas.local.moewe-altonah.de:/ /mnt
```
# Opendal
- [Website](https://opendal.apache.org/)
......@@ -4,63 +4,81 @@
All netbios shares:
```sh
nmblookup -S '*'
```
Only ip addresses:
```sh
nmblookup '*'
```
Only samba shares:
```sh
nmblookup __SAMBA__
nmblookup -S __SAMBA__
```
### gvfs
<https://wiki.ubuntuusers.de/gvfs-mount>
<https://en.wikipedia.org/wiki/GVfs>
. über nautilus mounten, dann:
```sh
cd /run/user/1000/gvfs/smb-share:server=192.168.178.2,share=multimedia/
```
### benchmark
```sh
rsync --progress --stats --human-readable --recursive \
--remove-source-files ~/Videos/Traffic $SMB_TARGET
```
### smbclient
<http://wiki.ubuntuusers.de/Samba_Client_smbclient>
```sh
apt install smbclient samba-common-bin
```
- Browse Network: `findsmb`
- `smbtree`
#### Browse shares
```sh
smbclient -L //varac-pinenas/
```
#### Use specific share as user
```sh
smbclient -U varac //rocinante/vpn-sync
smbclient -U share%gibher //rocinante/vpn-sync
```
### Net Usershare
<https://wiki.ubuntuusers.de/Samba%20Server/net%20usershare/>
```sh
net usershare info
```
### cifs
```sh
sudo mount -t cifs -o <Optionen> //<Server>/Freigabe <Mountpunkt>
sudo mount -t cifs -o credentials=~/.smbcredentials //192.168.1.100/Tausch /media/austausch
```
## Samba Server /LDAP
<http://redmine.bitrigger.de/redmine/projects/verikom-eidelstedt/wiki/Admin/edit>
### SambaUser Backends
### tdbsam
......@@ -69,12 +87,16 @@ in smb.conf: `passdb backend = tdbsam` (default)
List users
```sh
pdbedit -L
```
Add user
```sh
adduser --shell /bin/false share
pdbedit -a -u share
```
Create password entry for i.e. `servercontainers/samba`:
......
......@@ -22,10 +22,9 @@ sudo pacman -R nautilus gvfs-smb
- 23k stars, 127 contributors
- Rust, fast !
- Neovim plugin: [yazi.nvim](https://github.com/mikavilpas/yazi.nvim?tab=readme-ov-file)
- Issues
- [Yazi no longer recognizes LibreOffice and Word files](https://github.com/sxyazi/yazi/issues/1091)
- Feature requests
- [View Recent files](https://github.com/sxyazi/yazi/issues/2384)
- [Tracking issues of Remote file management](https://github.com/sxyazi/yazi/issues/611)
- [PR: Introduce remote scheme](https://github.com/sxyazi/yazi/pull/1152)
- Closed [Integrate to OpenDAL to allow manage files on s3/azblob/gcs/oss/dopbox/gdrive](https://github.com/sxyazi/yazi/issues/434)
### Plugins
......@@ -33,6 +32,9 @@ sudo pacman -R nautilus gvfs-smb
- [GitHub: yazi-rs/plugins](https://github.com/yazi-rs/plugins)
- [Functional plugins](https://yazi-rs.github.io/docs/resources/#functional)
- List of existing plugins
- Feature requests
- [View Recent files](https://github.com/sxyazi/yazi/issues/2384)
Closed as not planned
## ranger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment