Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: D Newsgroups: comp.os.linux.misc Subject: Re: SAMBA Problems Date: Tue, 18 Feb 2025 10:46:49 +0100 Organization: i2pn2 (i2pn.org) Message-ID: <6c8a69e8-09bd-2a34-8a3d-f8649eee70c8@example.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: i2pn2.org; logging-data="600386"; mail-complaints-to="usenet@i2pn2.org"; posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M"; In-Reply-To: X-Spam-Checker-Version: SpamAssassin 4.0.0 Xref: csiph.com comp.os.linux.misc:65618 This is the samba version problem. It moved from 2 to 3, and as of some distribution, default is 3 and not 2. They are not compatible. You need to specify samba version in some config-file to match what you are running on the server and all will be will. Hope it works! =) On Mon, 17 Feb 2025, c186282 wrote: > I used to use SAMBA quite a lot - Linux servers > in a mostly-Win office environment. It was easy > to set up, offered fine-grained control options. > Point smb.conf entries at most any folder and > it would share it without issues. > > BUT, starting with some Bullseye and esp now > in Bookworm, what Used To Work just DOESN'T > seem to work anymore. > > I set up an SMB user, set the password. Set the > target folder permissions kind of, sometimes > VERY, liberally. > > Would-be clients can see the server. Can see > the shares. However trying to ACCESS the shares > by 'mount cifs' or any other means always > results in either a blank, or usually some > species of 'permission denied'. > > OK, what the hell changed so radically ??? > Have perused many online tutorials, no luck. > This is not just one machine ... both PIs > and AMD64s are both reluctant. > > CAN do NoFileSecurity shares OK - but SAMBA > offers a lot more nuance. All my boxes are > Linux. > > Today's need is to mount an external multi-disk > usb drive. Bookworm does NOT seem to automount > those on reboot. DID find a code snippet that > resets the bus, and the external drives mount > at /media/user/xxxx as expected. I'd LIKE to > point SAMBA at those - ez-peazy. However I > could mount the /dev/sdx somewhere else after > boot by direct command, create symlinks or > whatever. > > Oh wow ... this is an actual LINUX question :-) >