Skip to main content
20 votes

Why is this FAT filesystem recording access time?

FAT doesn’t record access times but it does support recording access dates, and that’s what’s happening here: note that the timestamps have a time matching the timezone offset, that is to say they ...
Stephen Kitt's user avatar
5 votes

unison permissions between machines

Would it also be beneficial if I change the filesystem of the usb stick to exFAT to avoid such issues? "Let's break the system some more in hopes it fixes a problem I don't really understand&...
Marcus Müller's user avatar
1 vote

How can I see how much space was freed by trim on an SSD?

I'm not aware of a way to discover this information for an SSD. The most likely place I'd have looked for it was SMART metrics. But they don't appear to include anything that would show you the ...
Philip Couling's user avatar
1 vote

Launching windows commandline commands within a WSL, what's the story?

Can't you just run it inside a CMD: /mnt/c/Windows/System32/cmd.exe /c "C:\Windows\system32\notepad.exe"
povlhp's user avatar
  • 11
1 vote
Accepted

What is /usr/sbin/authserver and the binary inside

weakpass is a macOS tool used to check passwords against a list of forbidden words. It was apparently intended for use with PasswordServer on OS X Server. The list of forbidden words is manipulated ...
Stephen Kitt's user avatar
1 vote

What is /usr/sbin/authserver and the binary inside

If you suspect it belongs to a package, then use your distribution's package manager to find which package owns it. (Subdirectories in 'sbin' are odd, but I've seen packages do weirder stuff.) For ...
grawity's user avatar
  • 16.3k
1 vote

unison permissions between machines

Your unison command isn't attempting to reach the remote server as both side1 and side2 are given as local paths. This will synchronise the two local directory trees ~/test and /media/u0183918/...
Chris Davies's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible