Search found 10389 matches
- Sun Mar 07, 2021 4:06 pm
- Forum: Newbie Questions
- Topic: Finding Linux Info like pulling teeth [SOLVED]
- Replies: 5
- Views: 161
Re: Finding Linux Info like pulling teeth
That only works with Ubuntu and can show the money.
- Sun Mar 07, 2021 4:00 pm
- Forum: Newbie Questions
- Topic: How to create a launcher to open a folder on NAS
- Replies: 2
- Views: 49
Re: How to create a launcher to open a folder on NAS
Linux needs to be told what to use to open that location.
If you are using Mint Cinnamon it would be nemo:
Other desktop environments have their own default file managers: caja or thunar
If you are using Mint Cinnamon it would be nemo:
Code: Select all
nemo smb://whitecloud/public/Shared%20Music%20on%20NAS
- Sun Mar 07, 2021 9:51 am
- Forum: Newbie Questions
- Topic: [SOLVED] Redshift not working/glitching
- Replies: 20
- Views: 353
Re: Redshift not working/glitching
I got a call about this from a fellow Xubuntu user. This is how we fixed it: Go to this site to find your Latitude and Longitude: https://www.latlong.net/ In Xubuntu we edited the Application Autostart setting for redshift: Settings > Session and Startup > Application Autostart: Then tell redshift t...
- Sat Mar 06, 2021 7:57 am
- Forum: Other networking topics
- Topic: Samba share mounts as Root? [SOLVED]
- Replies: 5
- Views: 329
Re: Samba share mounts as Root? [SOLVED]
As the great engineer will say: "The more they overthink the plumbing, the easier it is to stop up the drain." Booting has become way more complicated over time and the networking stack on the Linux machine is often not fully operational when fstab is read so the cifs mounts fail. This is ...
- Fri Mar 05, 2021 3:10 pm
- Forum: Newbie Questions
- Topic: Cannot connect to Samba shares from Win PCs[solved]
- Replies: 4
- Views: 78
Re: Cannot connect to Samba shares from Win PCs
client min protocol = NT1 forces the Mint samba client to use the SMB1 dialect when connecting to a server that can only use SMB1 - like WinXP What is missing is the reverse. When a client to the Mint machine that can only use SMB1 ( like WinXP ) tries to connect to a Samba server that has disabled...
- Fri Mar 05, 2021 2:07 pm
- Forum: Newbie Questions
- Topic: Cannot connect to Samba shares from Win PCs[solved]
- Replies: 4
- Views: 78
Re: Cannot connect to Samba shares from Win PCs
Mint 18 and 19 has SMB1 enabled of the server side whereas Mint 20 does not.
WinXP went end of life 7 years ago and I haven't had to deal with it for a decade but why not post the output of the following commands so the folks here can see how you are set up:
WinXP went end of life 7 years ago and I haven't had to deal with it for a decade but why not post the output of the following commands so the folks here can see how you are set up:
Code: Select all
testparm -s
Code: Select all
net usershare info --long
- Fri Mar 05, 2021 1:05 pm
- Forum: Other networking topics
- Topic: Unable to access shared folders under W10
- Replies: 18
- Views: 233
Re: Unable to access shared folders under W10
First : I cannot spell. So it's not pasword it's password Second : If you are going to pass your Microsoft account credentials and those are something like blzebub@hades.com it's: username=blzebub,domain=hades.com,password=yyyyy So it's: sudo mount -t cifs //MEDIA-CENTER-SALON.local/Musique /media/...
- Fri Mar 05, 2021 12:33 pm
- Forum: Other networking topics
- Topic: Unable to access shared folders under W10
- Replies: 18
- Views: 233
Re: Unable to access shared folders under W10
A cifs mount isn't as hard as it looks from the HowTo. I just tried to cover as many use cases as I could. If your system was my system I ( altair ) would do something like this: I would create a mount point at say ... /media/Win10Musique: sudo mkdir /media/Win10Musique Then I would do a temporary m...
- Fri Mar 05, 2021 11:49 am
- Forum: Other networking topics
- Topic: Unable to access shared folders under W10
- Replies: 18
- Views: 233
Re: Unable to access shared folders under W10
You could create a bookmark to that location in Nemo and have the system remember the password forever but bookmarks to network locations don't work very well in Nemo.
They work in Thunar.
Or you could do a cifs mount to the share: Automount Samba Shares with CIFS:
They work in Thunar.
Or you could do a cifs mount to the share: Automount Samba Shares with CIFS:
- Fri Mar 05, 2021 10:58 am
- Forum: Other networking topics
- Topic: Unable to access shared folders under W10
- Replies: 18
- Views: 233
Re: Unable to access shared folders under W10
Open Nemo - your Mint file manager - and in the Location bar enter the following:
Do you gain access?
This should also work:
Code: Select all
smb://192.168.0.14/Musique
This should also work:
Code: Select all
smb://MEDIA-CENTER-SALON.local/Musique
- Fri Mar 05, 2021 10:41 am
- Forum: Other networking topics
- Topic: Unable to access shared folders under W10
- Replies: 18
- Views: 233
Re: Unable to access shared folders under W10
Open up
Command Prompt
on the Win10 box. Then run and post the output of the following commands:
Code: Select all
ipconfig | find "IPv4"
Code: Select all
hostname
Code: Select all
net share
- Thu Mar 04, 2021 3:12 pm
- Forum: Newbie Questions
- Topic: What is "Windows Network" file under Network?
- Replies: 2
- Views: 93
Re: What is "Windows Network" file under Network?
"Windows Network" launches a scan for all SMB servers on the network ( gvfsd-smb-browse ) via their NetBIOS names.
It's the default file sharing mechanism on Windows, MacOS, and Linux.
It's the default file sharing mechanism on Windows, MacOS, and Linux.
- Wed Mar 03, 2021 9:54 am
- Forum: Newbie Questions
- Topic: [SOLVED] ntfs-3g drive ownership and fstab options
- Replies: 14
- Views: 308
Re: ntfs-3g drive ownership and fstab options
But, first things first, I want to track down and understand what process changed the ownership of the mount points from "ineuw" to "root". The permissions of the folder that you created as the mount point has not changed from ineuw to root. Unmount ... say ... /media/wikimedia:...
- Wed Mar 03, 2021 7:25 am
- Forum: Newbie Questions
- Topic: [SOLVED] ntfs-3g drive ownership and fstab options
- Replies: 14
- Views: 308
Re: ntfs-3g drive ownership and fstab options
In addition, you have a fundamental logic flaw in your script. The permissions of a mount point before something is mounted to it has no relation to the permissions after something has been mounted to it. This is true of all mounts: ntfs, ext4, cifs, .... In the case of a Linux fileystem the permiss...
- Tue Mar 02, 2021 4:10 pm
- Forum: Other networking topics
- Topic: Samba and Mint 20.1 with Windows 7
- Replies: 10
- Views: 423
Re: Samba and Mint 20.1 with Windows 7
Don't worry about the net usershare info --long error message. That only applies to shares created from your file manager which caja doesn't do by default. I never know how users create their shares so I always ask for the output. Your share was created in smb.conf. That is the only one that counts ...
- Tue Mar 02, 2021 1:56 pm
- Forum: Other networking topics
- Topic: Samba and Mint 20.1 with Windows 7
- Replies: 10
- Views: 423
Re: Samba and Mint 20.1 with Windows 7
We want to replace /etc/samba/smb.conf with the one in /usr/share/samba/smb.conf.
Once the cp is done we then make only adds to the new /etc/samba/smb.conf.
Once the cp is done we then make only adds to the new /etc/samba/smb.conf.
- Tue Mar 02, 2021 12:40 pm
- Forum: Other networking topics
- Topic: Samba and Mint 20.1 with Windows 7
- Replies: 10
- Views: 423
Re: Samba and Mint 20.1 with Windows 7
You have removed a lot of stuff from the default [global] section of smb.conf. I'm wondering if the best thing to do is start over with a fresh smb.conf ...... um ........... At a minimum I would do this: Edit smb.conf and add in the [global] section the following: map to guest = Bad User server min...
- Tue Mar 02, 2021 11:23 am
- Forum: Mounting Partitions
- Topic: Mounting Partitions (Question/'s)?
- Replies: 3
- Views: 107
Re: Mounting Partitions (Question/'s)?
What would greatly assist those who can help you you might want to post the putput of the following commands:
Code: Select all
sudo blkid -c /dev/null -o list
Code: Select all
cat /etc/fstab
- Tue Mar 02, 2021 11:20 am
- Forum: Other networking topics
- Topic: Samba and Mint 20.1 with Windows 7
- Replies: 10
- Views: 423
Re: Samba and Mint 20.1 with Windows 7
I've become reluctant to get involved with WinXP and Win7 questions because it's been too long since I've had to deal with them, I no longer have any here at the asylum, so there is no way I can try to reproduce a users errors. Anyhoo ... When you say the Win7 machine cannot access the Mint server d...
- Tue Mar 02, 2021 7:42 am
- Forum: Software & Applications
- Topic: How to mount a samba share
- Replies: 3
- Views: 102
Re: How to mount a samba share
More of an FYI but .... I've an old NAS connected in the network. I can access it from my linux mint machine by smb://nsa325-v2/photo/ The file manager mounts that share at: /run/user/$UID/gvfs/smb-share:server=nsa325-v2,share=photo Where $UID is your uid number which is usually 1000. I would argue ...