Snowman001
Cadet
- Joined
- Oct 1, 2019
- Messages
- 6
Hello guys,
I hate posting this as hasving searched so much i know the answer is out there, i just dont know what it is. In simple terms my whole freenas box has a single share at the moment which i mainly use from a number of Windows clients. As i experiment with Linux i guess this will take over, at the moment i have setup Proxmox and in an Ubuntu container i want to access my share for media. Based on what i have read it will be a share issue but i am unsure where to start here. Output of some commans i have read of the forums...
From Ubuntu
From Freenas
I amssume this is something to do with permissions or the SMB2/SMB3 thing. Can you point me in ther rigfht direction please.
Regards
Paul
I hate posting this as hasving searched so much i know the answer is out there, i just dont know what it is. In simple terms my whole freenas box has a single share at the moment which i mainly use from a number of Windows clients. As i experiment with Linux i guess this will take over, at the moment i have setup Proxmox and in an Ubuntu container i want to access my share for media. Based on what i have read it will be a share issue but i am unsure where to start here. Output of some commans i have read of the forums...
From Ubuntu
Code:
root@plex:~# sudo mount -t cifs //192.168.1.219/winshare /mnt/freenas Password for root@//192.168.1.219/winshare: ********* mount error(1): Operation not permitted
Code:
root@plex:~# sudo mount -t cifs //192.168.1.219/winshare /mnt/ -o username=payala Password for payala@//192.168.1.219/winshare: ********* mount error(1): Operation not permitted
Code:
root@plex:~# mount -t cifs //192.168.1.219/winshare /mnt/freenas -o username=payala,vers=2.0 Password for payala@//192.168.1.219/winshare: ********* mount error(1): Operation not permitted
Code:
root@plex:~# smbclient -L 192.168.1.219
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\root's password:
Sharename Type Comment
--------- ---- -------
winshare Disk
IPC$ IPC IPC Service (FreeNAS Server)
Reconnecting with SMB1 for workgroup listing.
protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
Failed to connect with SMB1 -- no workgroup availableCode:
root@plex:~# testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: The "syslog" option is deprecated
Processing section "[printers]"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
dns proxy = No
log file = /var/log/samba/log.%m
map to guest = Bad User
max log size = 1000
obey pam restrictions = Yes
pam password change = Yes
panic action = /usr/share/samba/panic-action %d
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
passwd program = /usr/bin/passwd %u
server role = standalone server
server string = %h server (Samba, Ubuntu)
syslog = 0
unix password sync = Yes
usershare allow guests = Yes
idmap config * : backend = tdb
[printers]
browseable = No
comment = All Printers
create mask = 0700
path = /var/spool/samba
printable = Yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
root@plex:~# uname -a
Linux plex 5.0.15-1-pve #1 SMP PVE 5.0.15-1 (Wed, 03 Jul 2019 10:51:57 +0200) x86_64 x86_64 x86_64 GNU/LinuxFrom Freenas
I amssume this is something to do with permissions or the SMB2/SMB3 thing. Can you point me in ther rigfht direction please.
Regards
Paul