Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| truenas [2026/06/25 15:25] – admin | truenas [2026/06/25 15:26] (current) – admin |
|---|
| mount -t cifs -o credentials=/root/.smbcredentials,vers=1.0,uid=0,gid=0,file_mode=0644,dir_mode=0755,actimeo=1,nounix,_netdev //192.168.1.27/DOCS /mnt/Media/Other | mount -t cifs -o credentials=/root/.smbcredentials,vers=1.0,uid=0,gid=0,file_mode=0644,dir_mode=0755,actimeo=1,nounix,_netdev //192.168.1.27/DOCS /mnt/Media/Other |
| |
| # Temporary mounts: | |
| mount -t cifs -o credentials=/root/.smbcredentials,vers=3.0,uid=0,gid=0,file_mode=0644,dir_mode=0755,actimeo=1,nounix,_netdev //192.168.1.23/ROMs /mnt/Media/KARGATH/roms | |
| </code> | </code> |
| |
| ROMs migration | ROMs migration |
| <code> | <code> |
| | # Temporary mount: |
| | mount -t cifs -o credentials=/root/.smbcredentials,vers=3.0,uid=0,gid=0,file_mode=0644,dir_mode=0755,actimeo=1,nounix,_netdev //192.168.1.23/ROMs /mnt/Media/KARGATH/roms |
| | |
| rsync -av --ignore-existing --progress --no-perms --exclude='.streams' --exclude='@Recycle' /mnt/Media/KARGATH/roms/* /mnt/DOCS2/ROMs/ | rsync -av --ignore-existing --progress --no-perms --exclude='.streams' --exclude='@Recycle' /mnt/Media/KARGATH/roms/* /mnt/DOCS2/ROMs/ |
| </code> | </code> |