Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:linux-tutorials:quickfixes [2024/12/25 14:11] – [Setlocale failed Debian/Ubuntu] Zyzonixlinux:linux-tutorials:quickfixes [2025/01/02 06:25] (current) – [Relaunch KDE Plasma after freeze] Zyzonix
Line 5: Line 5:
 Sometimes after some weeks of uptime when I entered my office in the morning, I discovered a freezed Plasma.  Sometimes after some weeks of uptime when I entered my office in the morning, I discovered a freezed Plasma. 
 To fix this, enter the system via SSH and then execute this command: To fix this, enter the system via SSH and then execute this command:
-<code bash>sudo service sddm stop</code>+<code bash>sudo systemctl restart sddm</code>
  
 And without re-login: And without re-login:
Line 11: Line 11:
 kquitapp5 plasmashell && kstart5 plasmashell kquitapp5 plasmashell && kstart5 plasmashell
 </code> </code>
 +
 +-----
 +
 +==== Fix NTFS file system ====
 +
 +If a NTFS volume cannot be mounted due to a corrupted filesystem, it might be repairable by using ''nftsfix'':
 +
 +<code bash>sudo ntfsfix -d /path/to/blockdevice</code>
 +Example: ''sudo ntfsfix -d /dev/sda1''
 +
 +After running this command the filesystem might be able to mounted again.
  
 ----- -----
  • linux/linux-tutorials/quickfixes.1735132279.txt.gz
  • Last modified: 2024/12/25 14:11
  • by Zyzonix