Search found 11450 matches

by altair4
Sun Feb 25, 2024 7:19 am
Forum: Networking
Topic: [SOLVED] How to automatically mount NAS folder in Mint 21.3 laptop on boot
Replies: 25
Views: 857

Re: How to automatically mount NAS folder in Mint 21.3 laptop on boot

I don't know how x-systemd.automount works, does it poll for network drives? If so, it doesn't detect the one in fstab systemd.automount doesn't poll anything. It works by mounting on demand. The reason it works that way is that by default the fstab instructions for that mount does not mount until ...
by altair4
Fri Feb 23, 2024 5:33 pm
Forum: Tutorials
Topic: Share Folders using Samba in Home Network with Mint 21
Replies: 31
Views: 41393

Re: Share Folders using Samba in Home Network with Mint 21

In this particular situation with samba I'm part of the unwashed masses I'm afraid. I could give you my interpretation of what it does or point you to the man pages but there is a sometimes member of this forum that would only correct me since I think he wrote most of the documentation for samba: Ro...
by altair4
Fri Feb 23, 2024 8:51 am
Forum: Tutorials
Topic: Share Folders using Samba in Home Network with Mint 21
Replies: 31
Views: 41393

Re: Share Folders using Samba in Home Network with Mint 21

The exchange of files from PC to iPhone works but from iPhone to PC the file is copied with a size of 0 bytes and the message of file name too long or with invalid characters appears, in reality even when copying a doc.pdf file from the same error even if there are no special characters. If you add...
by altair4
Thu Feb 22, 2024 4:29 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon [SOLVED]

You will always get that error message when you create shares through your file manager and the permissions of the path do not allow access. Although it's written poorly it's not an error. It will still create the share. It's just telling you that "others" as in not your primary user and g...
by altair4
Thu Feb 22, 2024 4:12 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon

supertech555 wrote: Thu Feb 22, 2024 4:08 pm
altair4 wrote: Thu Feb 22, 2024 4:02 pm What version of WIndows?
Windows 10 I go to file explorer click network the I refresh.
So it's a discovery problem.

Install wsdd in Mint:

Code: Select all

sudo apt install wsdd
Should that fail in explorer enter:

Code: Select all

\\josiah-OptiPlex-7010.local
by altair4
Thu Feb 22, 2024 4:09 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon

Does no one in this forum read any of the posts?

Read the first post please. All the way to the end ..........
by altair4
Thu Feb 22, 2024 4:02 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon

What version of WIndows?
by altair4
Thu Feb 22, 2024 4:00 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon

Did you restart smbd:

Code: Select all

sudo service smbd restart
EDIT: And what version of Windows?
by altair4
Thu Feb 22, 2024 3:49 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon

Your share path is /home/josiah/dwhelper/living good

Your force user directive in smb.conf is force user = isaac

Because of Linux permissions no one but josiah can access that share. I think you meant to use:
force user = josiah
by altair4
Thu Feb 22, 2024 3:37 pm
Forum: Networking
Topic: I can't get my Samba share working in cinnamon [SOLVED]
Replies: 14
Views: 302

Re: I can't get my Samba share working in cinnamon

Please post the output of the following commands:

Code: Select all

net usershare info --long

Code: Select all

testparm -s
by altair4
Wed Feb 21, 2024 7:14 pm
Forum: Networking
Topic: [SOLVED] Basic home networking fails.
Replies: 9
Views: 332

Re: Basic home networking fails.

I can't follow up today but these are some observations: [1] You have no samba shares defined in smb.conf. Maybe you created them in nemo. Please post the output of this command: net usershare info --long [2] If you are using a firewall you need to allow samba through it on both machines: sudo ufw a...
by altair4
Wed Feb 21, 2024 3:20 pm
Forum: Networking
Topic: [SOLVED] How to automatically mount NAS folder in Mint 21.3 laptop on boot
Replies: 25
Views: 857

Re: How to automatically mount NAS folder in Mint 21.3 laptop on boot

Gigolo can do many things. NFS is not one of them.
by altair4
Wed Feb 21, 2024 2:51 pm
Forum: Networking
Topic: [SOLVED] How to automatically mount NAS folder in Mint 21.3 laptop on boot
Replies: 25
Views: 857

Re: How to automatically mount NAS folder in Mint 21.3 laptop on boot

When you say neither works do you mean that after a reboot if you open a terminal and run the following command there is no output:

Code: Select all

ls -l /home/denbigh/NAShome
by altair4
Wed Feb 21, 2024 8:33 am
Forum: Networking
Topic: [SOLVED] How to automatically mount NAS folder in Mint 21.3 laptop on boot
Replies: 25
Views: 857

Re: How to automatically mount NAS folder in Mint 21.3 laptop on boot

I think the problem with nofail is how you interprit If the NAS is not connected . If the NAS is not available when the system boots nofail works just as you describe. It will not stop or stall booting if the NAS is not available. But at some point after boot and login the NAS does become available ...
by altair4
Wed Feb 21, 2024 6:55 am
Forum: Networking
Topic: [SOLVED] How to automatically mount NAS folder in Mint 21.3 laptop on boot
Replies: 25
Views: 857

Re: How to automatically mount NAS folder in Mint 21.3 laptop on boot

I haven't used NFS this century but if you want it to mount automatically at boot why are you using the noauto option: 192.168.1.100:/volume1/homes /home/denbigh/NAShome nfs nouser,vers=3,rsize=8192,wsize=8192,atime, noauto ,rw,dev,exec,suid 0 0 Perhaps in NFS noauto has a different meaning but for ...
by altair4
Tue Feb 20, 2024 1:21 pm
Forum: Software & Applications
Topic: Showing mounted drives on Cinnamon desktop [SOLVED]
Replies: 4
Views: 158

Re: Showing mounted drives on Cinnamon desktop

I have two USB drives (one HDD, one SSD) mounted to the VM via /etc/fstab Depending on the desktop environment you use: If the mount point is under your home directory or under /media the mount icon will appear on your desktop. If it's anywhere else it will not unless you add to your fstab statemen...
by altair4
Tue Feb 20, 2024 7:38 am
Forum: Networking
Topic: mount shared hard drive attached to router fritz box 4060 [solved]
Replies: 22
Views: 516

Re: mount shared hard drive attached to router fritz box 4060

I guess this proves I have no real life but I was reading through your original posts and found this: If I launch a player and try to play a music file, it gives a message error, something like "obsolete file". I wonder if the actual error message ( in english ) concerned " stale file...
by altair4
Mon Feb 19, 2024 3:38 pm
Forum: Networking
Topic: mount shared hard drive attached to router fritz box 4060 [solved]
Replies: 22
Views: 516

Re: mount shared hard drive attached to router fritz box 4060

At the same time a folder was automatically mounted (fritzbox on nas), Since I don't know what that means or how that can happen from a cifs mount it appears I can't help you. If I can't personally solve a samba issue in less than 5 or 6 posts I try to reproduce the situation on my systems but in t...
by altair4
Mon Feb 19, 2024 2:35 pm
Forum: Networking
Topic: mount shared hard drive attached to router fritz box 4060 [solved]
Replies: 22
Views: 516

Re: mount shared hard drive attached to router fritz box 4060

So why isn't the correct way to address this share this: //192.168.0.1/NASSOX /media/nas ... And if there is some sort of conflict with permissions remember cifs is a virtual filesystem you can make it anything you want. //192.168.0.1/NASSOX /media/nas cifs nounix,dir_mode=0777,file_mode=0666,nofail...
by altair4
Mon Feb 19, 2024 12:38 pm
Forum: Networking
Topic: mount shared hard drive attached to router fritz box 4060 [solved]
Replies: 22
Views: 516

Re: mount shared hard drive attached to router fritz box 4060

Avm assistance keeps saying to try both //mystaticip//sharename and //fritz.box/sharename, where in this case sharename = /nas#/files/NASBOOK The advice AVM is giving you is textbook correct since it should be //server-name/share-name but what you state as the share is confusing since it appears th...

Go to advanced search