Sanjoooo

joined 1 year ago
[–] Sanjoooo@feddit.de 4 points 6 months ago

Der Grund dafür ist angeblich, dass sich mit kleinen Autos nicht so viel Kohlen scheffeln lassen wie mit Luxuskarren.

Ich finde es auch ganz hervorragend, dass die meisten Autos, welche mit der (immer noch?) vergünstigten E-Zulassung rumfahren, irgendwelche fetten Luxuskarren sind.

[–] Sanjoooo@feddit.de 31 points 6 months ago (4 children)

Dass die Autos von heute keinen wirklichen Charakter mehr haben ist die eine Sache, aber sie haben uns etwas viel wichtigeres genommen: Knöpfe! Ich will keine Touchflächen und Touchscreens im Auto, ich muss den Kram bedienen können, ohne meinen Blick von der Straße abzuwenden. Haptik ist das Zauberwort!

[–] Sanjoooo@feddit.de 4 points 6 months ago (2 children)

Ich hatte jenen abgebildeten Corsa vor ein paar Tagen als Leihwagen. Der erinnert mich innen sehr stark an meinen 11 Jahre alten Astra.

 

FMA

[–] Sanjoooo@feddit.de 10 points 9 months ago

Oha, meint der etwa mich?

[–] Sanjoooo@feddit.de 4 points 1 year ago

I'll definetly look deeper into this, thank you very much.

[–] Sanjoooo@feddit.de 1 points 1 year ago

I know the image you mean, but I can't find it.

[–] Sanjoooo@feddit.de 4 points 1 year ago (1 children)
[–] Sanjoooo@feddit.de 3 points 1 year ago

That sounds useful, thank you very much.

[–] Sanjoooo@feddit.de 2 points 1 year ago (2 children)

I described what I did here.

[–] Sanjoooo@feddit.de 3 points 1 year ago (4 children)

Meanwhile I found a solution using fstab.

What's the advantage of using a systemd script?

I'll probably switch to simple script, since I don't like the idea of my laptop shouting my NAS access credentials into any available random network on startup.

 
[–] Sanjoooo@feddit.de 1 points 1 year ago

You're right, I've been mixing up nfs and smb.

Meanwhile, I've found a solution: I've added the following line to my /etc/fstab:

//nas/sharedFolder /mnt/entrypoint cifs credentials=/home/yourUserNameHere/.nascreds,uid=yourUserID,gid=yourGroupID,defaults,auto 0 0

then run sudo systemctl daemon-reload followed by sudo mount -av.

make sure your credentials file can only read by users and groups you trust, in my case it's 750.

However, this is still a workaround. The thing is, GTK-based apps don't show network resources. That irks me.

[–] Sanjoooo@feddit.de 1 points 1 year ago (2 children)

Using gvfs-nfs returns unknown file system type.

I've run mount -v yadda yadda and got portmap query failed: RPC: Unable to receive - Connection refused

 

Hello,

I've just started to return to linux as my main work environment after a few years of abstinence.

I want to access an smb share, which is running on my NAS system, which is working fine with plasma / KDE apps, but with GTK-based apps, like Firefox and Code, I can't see my share.

Edit: the mount issue has been solved, the error was in front of the screen.

mount -t nfs nas:/sharedFolder /mnt/entrypoint creates a symlink but then never finishes running. I've installed gvfs-smb.

What am I doing wrong?

I use Manjaro Plasma btw.

 
view more: next ›