Kessl:
My Disc ran full so i moved the /usr/local/games to /home/games which was on a different drive.
ATM it is hot as hell in here, so I decided to play a game for the 1st time in month and found that my symlink was replaced by a empty folder.
So here is a feature I would love: Stop deleting or replacing my links!!!
It is annoying and not necessary and only more work for me.
Those are not your links; they are system-level links. As @anon89812132 said, an update will never touch your home directory. However , you replaced a system directory with a symlink, and when there is an update to the filesystem
package, this will of course replace that link again with a directory, because that’s how it’s supposed to be.
The proper course of action on your part would have been to use a dedicated mountpoint for /usr/local/games
.
Difficulty: ★★★☆☆
Introduction
As you should all already know by now, GNU/Linux is a FLOSS variant of the UNIX operating system design, and UNIX does not know the concept of drive letters, nor does it approach storage from the vantage of having different volumes. Instead, everything is mounted into a uniform directory hierarchy, so that regardless of what physical medium any particular group of files resides on ─ even if this physical medium is actually located in another computer across the …
Difficulty: ★★☆☆☆
1. INTRODUCTION
Microsoft Windows started its life as a graphical user interface on top of MS-DOS, a 16-bit single-user, single-tasking operating system that in turn originated as 86DOS, an unauthorized 16-bit rewrite (by Tim Paterson of Seattle Computer) of Digital Research’s originally 8-bit CP/M operating system. Both CP/M and MS-DOS were at the time developed for computers that did not support any other storage media than floppy disks.
Considering this legacy, Microsof…
6 Likes