Search found 11441 matches

by altair4
Tue Apr 16, 2024 6:21 am
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 20
Views: 258

Re: my HP's samba cannot share its own Public drive [SOLVED]

If you want to create a share that is only accessible to you make it so: [Public] valid users = logan path = /home/logan/Public read only = No Just make sure you add yourself to the samba password database: sudo smbpasswd -a logan You can also just reconstitute the [homes] share which is "comme...
by altair4
Mon Apr 15, 2024 3:31 pm
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 20
Views: 258

Re: my HP's samba cannot share its own Public drive

my Dell Linux Box could mount the HP's box using "hp-z220-sff-workstation" as the host, but now on this setup I can only mount it by its IP address. I actually have no idea why that host name works at all but it is likely you are not limited to using an ip address. The 15 character limit ...
by altair4
Mon Apr 15, 2024 12:54 pm
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 20
Views: 258

Re: my HP's samba cannot share its own Public drive

Authentication and access to the shared resource are two different things. Debian samba server share: [Test] guest ok = Yes path = /home/tester/Test read only = No ~$ smbclient //vdeb12xfce.local/Test Password for [WORKGROUP\tester]: Anonymous login successful Try "help" to get a list of p...
by altair4
Mon Apr 15, 2024 12:11 pm
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 20
Views: 258

Re: my HP's samba cannot share its own Public drive

[Public] force user = logan guest ok = Yes path = /home/logan/Public read only = No That's not going to work. The "guest" user will never be able to traverse the /home/logan folder to get to the Public folder. I think RowlandP and I are saying the same thing but I have a slightly differen...
by altair4
Mon Apr 15, 2024 7:03 am
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 20
Views: 258

Re: my HP's samba cannot share its own Public drive

Regrettably, the Linux hostname is limited to 63 characters. It would be nice if the installer would at least inform the user that the NetBIOS name has a 15 character limit and that by default Linux will make the NetBIOS name = Linux host name but that will never happen. Windows will truncate if the...
by altair4
Mon Apr 15, 2024 6:17 am
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 20
Views: 258

Re: my HP's samba cannot share its own Public drive

Please post the output of the following commands on the hp-z220-sff-workstation box:

Code: Select all

testparm -s

Code: Select all

net usershare info --long
by altair4
Sun Apr 14, 2024 6:33 am
Forum: Xfce
Topic: Cannot get my mounted network shared dirs to show
Replies: 3
Views: 73

Re: Cannot get my mounted network shared dirs to show

Run the following command:

Code: Select all

/usr/lib/gvfs/gvfsd-fuse /run/user/$UID/gvfs
Does it show up now?
by altair4
Wed Apr 10, 2024 6:23 am
Forum: Networking
Topic: Trying to share folder: "The permissions for /home/user prevent other users from accessing this share" (SOLVED)
Replies: 5
Views: 162

Re: Trying to share folder: "The permissions for /home/user prevent other users from accessing this share"

The The permissions for /home/user prevent other users from accessing this share message isn't an error but a statement of fact. If you run the following command you will see that it did in fact create the share: net usershare info --long Ubuntu changed the default permissions on home folders to 750...
by altair4
Tue Apr 09, 2024 7:03 am
Forum: Beginner Questions
Topic: How to see second hard drive in file windows ... ? (SOLVED!)
Replies: 27
Views: 633

Re: How to see second hard drive in file windows ... ?

I have no idea why the solutions offered by the others in this thread don't work but I do have a suggestion: [1] The partition on your second drive is not being automounted so I would fix that first: Unmount the partition if it is currently mounted: sudo umount /media/your-user-name/Storage Create a...
by altair4
Mon Apr 08, 2024 1:52 pm
Forum: Beginner Questions
Topic: How to see second hard drive in file windows ... ? (SOLVED!)
Replies: 27
Views: 633

Re: How to see second hard drive in file windows ... ?

With the second hard drive mounted please post the output of the following commands:

Code: Select all

sudo blkid -c /dev/null -o list

Code: Select all

cat /etc/fstab
And identify the partition that is giving you grief.
by altair4
Fri Apr 05, 2024 6:00 am
Forum: Open Chat
Topic: [SOLVED] Server software
Replies: 3
Views: 128

Re: Server software

Don't use a desktop environment on your NAS'.
by altair4
Thu Apr 04, 2024 6:29 am
Forum: Beginner Questions
Topic: Is there a way to format permissions of a USB Stick?
Replies: 5
Views: 186

Re: Is there a way to format permissions of a USB Stick?

Question: Is this question and this question ( viewtopic.php?p=2451222#p2451222 ) related?
by altair4
Wed Apr 03, 2024 6:58 am
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 14
Views: 374

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

quite frankly, I got so fed up with broken samba with a Windows 11 VM, that I just edited the Windows registry to use smb1. It's a VM, so I'm not worried about it........ But it is something that shouldn't need to be done to activate network discovery with a mixed windows, macOS and linux system. W...
by altair4
Tue Apr 02, 2024 3:15 pm
Forum: Hardware Support
Topic: (SOLVED) need to allow write capability
Replies: 2
Views: 79

Re: need to allow write capability

Are you talking about partitions like this: UUID=0DCB217D4930C3E2 /media/kris/SSD1T ntfs-3g defaults,noatime,windows_names,locale=en_US.utf8 0 0 Replace root as owner with you uid=kris Unmount the partition: sudo umount /media/kris/SSD1T Change fstab to this: UUID=0DCB217D4930C3E2 /media/kris/SSD1T ...
by altair4
Sat Mar 30, 2024 9:54 am
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 14
Views: 374

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

Poor choice of words on my part.

There is no GUI implementation of a wsdd client aside from the kde kio-slave which as you pointed out is broken the instant the user installs the wsdd ( server announcement ) package/
by altair4
Sat Mar 30, 2024 8:15 am
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 14
Views: 374

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

What would be nice is for Linux to replace smb host browsing with smb host discovery. It can do that 2 different ways - at least in a home network: Avahi - Your NAS does this by default on the server end. Your nas can be accessed with an ip address or with it's avahi ( bonjour , mDNS ) host name: sm...
by altair4
Sat Mar 30, 2024 7:47 am
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 14
Views: 374

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

The culprit in all this is a gvfs-backend process called gvfsd-smb-browse. The design and timing of when that process is invoked is the main issue. You can view discourse on this in this bug report: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1828107 Note that some find that killing the smb-...
by altair4
Sat Mar 30, 2024 7:03 am
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 14
Views: 374

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

It's run in a terminal not the file manager.
by altair4
Sat Mar 30, 2024 6:46 am
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 14
Views: 374

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

Since SMB1 is deactivated on the Synology NAS, this is all correct. But why does Linux Mint use XFCE when calling smb://192.168.10.50 SMB1? And not SMB2 or SMB3, as happens when calling a direct subfolder? It's a bug ... sorry, that's not technically correct ... It's a design flaw in the backend Mi...

Go to advanced search