The Samba shares (defined in smb4.conf) can be authenticated with SMBv2 or SMBv3. This has nothing to do with using FreeBSD as a SMB/CIFS client.with freebsd 12 and samba 48 I can use SMBv3 and AES-128-CMAC.
The Samba shares (defined in smb4.conf) can be authenticated with SMBv2 or SMBv3. This has nothing to do with using FreeBSD as a SMB/CIFS client.with freebsd 12 and samba 48 I can use SMBv3 and AES-128-CMAC.
Sorry I don't understand that.I assume that he assumed that he wanted to install the samba server on Windows
Sorry I don't understand that.
# mount_smbfs -I 192.168.1.4 -U marietto //Marietto-window/h /mnt/windows-drive-h
smbclient \\\\192.168.1.4\h
WARNING: The "encrypt passwords" option is deprecated
Enter WORKGROUP\marietto's password:
Try "help" to get a list of possible commands.
file1 file2 file3
smb: > exit
auth 192.168.1.5/h "marietto" "pass"
host 192.168.1.5 visible=true
smb_query_browsers "false"
show_hidden_hosts "true"
smbnetfs /mnt/windows-drive-h
cd /mnt/windows-drive-h/192.168.1.5 #
ls: .: Operation not permitted
chmod 600 /root/.smb/smbnetfs.confauth "marietto" "pass"
kldload fusefs smbnetfs ~/mountpouint/ cd ~/mountpoint/192.168.1.5[global]
security = domain
# ls /mnt/windows-drive-h/192.168.1.5
C G H Users
/mnt/windows-drive-h/192.168.1.5/H # rm -r found.000
rm: found.000: Permission denied
Thank you for this thread. I have been able to get a basic read-only mount to my workplace's SMB shared folders. I too am running into the Input/output error when trying to write to any of the drives, so I will be watching this thread.
λ start-nfs
WinNFSd.exe -pathFile C:\Users\virtu\Downloads\cmder\NFS\Server\drives.txt
=====================================================
WinNFSd 2.4.0 [5f7f224]
Network File System server for Windows
Copyright (C) 2005 Ming-Yang Kao
Edited in 2011 by ZeWaren
Edited in 2013 by Alexander Schneider (Jankowfsky AG)
Edited in 2014 2015 by Yann Schepens
Edited in 2016 by Peter Philipp (Cando Image GmbH), Marc Harding
=====================================================
Path #1 is: C:\, path alias is: /share-c
Path #2 is: G:\, path alias is: /share-g
Path #3 is: H:\, path alias is: /share-h
Portmap daemon started
NFS daemon started
Mount daemon started
Listening on 0.0.0.0
Type 'help' to see help
192.168.1.5.sh :
#!/usr/local/bin/bash
sudo -u root umount /mnt/winnfsd/drive-g
sudo -u root umount /mnt/winnfsd/drive-h
sudo -u root mount -o vers=3 192.168.1.5:/share-g /mnt/winnfsd/drive-g
sudo -u root mount -o vers=3 192.168.1.5:/share-h /mnt/winnfsd/drive-h
gksu -u root "caja /mnt/winnfsd"
… I want to show the content of the disk using thunar, …
smb://marietto@192.168.1.5/share-g