samba 2

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 20024
Joined: Sun Dec 16, 2007 1:17 pm

Re: samba 2

#11 Post by dolphin_oracle »

perhaps posting your connectshares.conf file would be appropriate.

here's mine for reference

Code: Select all

$ cat .config/connectshares/connectshares.conf 

# -------------
# Remote System
# -------------

# The name or IP address of the remote system serving the share(s)
# Examples
#   REMOTE=shareserver
#   REMOTE=192.168.1.50 
REMOTE=mediapc


# ------------
# Samba Shares
# ------------

# Enable/disable the mounting of Samba shares from the remote system
# When disabled, all other entries in "Samba Shares" section are ignored
# Leave empty to disable mounting, add y to enable mounting
# Examples
#   SAMBA=
#   SAMBA=y
SAMBA=y

# The name of the domain in which the remote system serves Samba shares(s)
# Examples
#   WORKGROUP=company
#   WORKGROUP=workgroup
WORKGROUP=workgroup

# Samba shares on the remote system that require a user name and password
# Leave empty to disable mounting shares of this type
# Each listed share must include only the share name terminated by a comma
# Multiple shares must be specified as a comma separated list
# A space immediately before or immediately after a comma is not allowed
# Examples
#   SHARESUSER=
#   SHARESUSER=homes,
#   SHARESUSER=accounts,homes,video clips,
SHARESUSER=media,
#
# Enable/disable automatically supplying user name and password to remote Samba server
# When disabled a request to manually input credentials is displayed
# Leave empty to disable automatic credentials mode, add y to enable automatic credentials mode
# Examples
#   CREDAUTO=
#   CREDAUTO=y
CREDAUTO=y
#
# The name and password to be supplied when automatic credentials mode is enabled
# When automatic credentials mode is disabled, these entries are ignored and may be left empty
# Examples
#   CREDNAME=popeye
#   CREDPASS=spinach
CREDNAME=fred	
CREDPASS=fred


# Samba shares on the remote system that do not require a user name and password
# The shares must allow access to guests
# Leave empty to disable mounting shares of this type
# Each listed share must include only the share name terminated by a comma
# Multiple shares must be specified as a comma separated list 
# A space immediately before or immediately after a comma is not allowed
# Examples
#   SHARESGUEST=
#   SHARESGUEST=anyone,
#   SHARESGUEST=anyone,guest only,
SHARESGUEST=


# Options to be applied when mounting Samba shares (both with and without a password)
# Leave empty to disable the use of options
# An option must be terminated by a comma
# Multiple options must be specified as a comma separated list
# A space immediately before or immediately after a comma is not allowed
# Examples
#   SAMBAOPT=
#   SAMBAOPT=nounix,cache=none,
SAMBAOPT=




# --------------------
# NFS Shares (Exports)
# --------------------

# Enable/disable the mounting of NFS shares from the remote system
# When disabled, all other entries in "NFS Shares (Exports)" section are ignored
# Leave empty to disable mounting, add y to enable mounting
# Examples
#   NFS=
#   NFS=y
NFS=


# NFS shares on the remote system that do not require a user name and password
# The shares must be accessible by a local system that has a vaild IP address or DNS name
# Each listed share must include the full path of the exported directory on the remote system
# Each listed share must be terminated by a comma
# Multiple shares must be specified as a comma separated list
# A space immediately before or immediately after a comma is not allowed
# Examples
#   SHARESIPDNS=/home/nfs/backups,
#   SHARESIPDNS=/home/nfs/audio clips,/home/nfs/backups,/home/nfs/images,
SHARESIPDNS=


# Options to be applied when mounting NFS shares
# Leave empty to disable the use of options
# An option must be terminated by a comma
# Multiple options must be specified as a comma separated list
# A space immediately before or immediately after a comma is not allowed
# Examples
#   NFSOPT=
#   NFSOPT=rw,hard,intr,timeo=30,retry=0,
NFSOPT=
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

john.mcmstr
Posts: 7
Joined: Mon Feb 25, 2019 11:07 am

Re: samba 2

#12 Post by john.mcmstr »

Hi
Do you have smb1 enabled on the Win10 machine?
That would allow this to all work.
I am only using the 32 bit right now on some very old machines.
BTW I love this distro.
I was mostly curious as to why every distro I tried before this one (Ubuntu,Debian,and derivatives)32 bit or 64bit.
Antix 64 bit seems to be the oddball.
Am new to linux usually use windows.
In Response to enabling SMB1 on my server I also use this server for PXE and NFS and some of my services require SMB2 or higher.
Thanks for your time and effort Maybe just something goofy with my shares?

User avatar
dolphin_oracle
Developer
Posts: 20024
Joined: Sun Dec 16, 2007 1:17 pm

Re: samba 2

#13 Post by dolphin_oracle »

good question. How would I check the windows machine. (its a windows 10 )

edit* nevermind I found the information on how to check. I'll look into that and let you know.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 20024
Joined: Sun Dec 16, 2007 1:17 pm

Re: samba 2

#14 Post by dolphin_oracle »

Ok I checked my windows machine and the smb1 was still enabled.

Disabling the smb1 services on the win10 mediapc leads me to the same issues as the OP.

However, on a buster based debian/xfce install, while browsing didn't work (never does at my house), direct addressing in thunar did work, so whatever is wrong has apparently been fixed at least in versions of gvfs-backends that are available in buster. that doesn't help antiX since antiX doesn't use gvfs, but I'm thinking maybe an updated cifs-utils would do the trick but I don't know that for sure. There isn't an updated stretch version in debian-backports.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

john.mcmstr
Posts: 7
Joined: Mon Feb 25, 2019 11:07 am

Re: samba 2

#15 Post by john.mcmstr »

Hi
Thanks for following up.
I am still playing with Linux so I know little.
I did try apt to update cifs-utils and samba and still no success with mount command
Am sill using it on an old Dell 600 as a internet music source.
Works great.
I also use on a home laptop.
Have moved all relevant video/audio files to a webserver so samba not needed for now.
Thanks again.

Post Reply

Return to “antiX”