Thanks this did it!
Search found 26 matches
- Sat May 17, 2025 8:45 am
- Forum: MX Help
- Topic: How to auto mount internal drives on boot?
- Replies: 2
- Views: 107
Re: How to auto mount internal drives on boot?
- Sat May 17, 2025 6:23 am
- Forum: MX Help
- Topic: How to auto mount internal drives on boot?
- Replies: 2
- Views: 107
How to auto mount internal drives on boot?
I have 4 internal drives, 2 m2 ssds and 2 sata hdds that i would like to automatically mount on boot. They are formatted using GPT/NTFS.
I tried with GNOME Disks (which adds a line to /etc/fstab)
Install GNOME Disks using: sudo apt install gnome-disk-utility
Open GNOME Disks and select the drive ...
I tried with GNOME Disks (which adds a line to /etc/fstab)
Install GNOME Disks using: sudo apt install gnome-disk-utility
Open GNOME Disks and select the drive ...
- Sat May 17, 2025 6:15 am
- Forum: MX Help
- Topic: Can i keep using NTFS file system?
- Replies: 9
- Views: 332
Re: Can i keep using NTFS file system?
Thanks for the replies and also operadude for the link to the other topic.
I went with NTFS for now since i'm just storing video, audio, archive etc. file and it's already been working great for the last couple of years.
Just so that i could effortlessly access the drives with windows if i should ...
I went with NTFS for now since i'm just storing video, audio, archive etc. file and it's already been working great for the last couple of years.
Just so that i could effortlessly access the drives with windows if i should ...
- Thu May 15, 2025 1:46 pm
- Forum: MX Help
- Topic: Can i keep using NTFS file system?
- Replies: 9
- Views: 332
Can i keep using NTFS file system?
I have 3 internal M.2 SSDs (4TB each) and 2 internal HDDs (22TB each).
1 of the SSDs is used for the Operating System and is using the ext4 file system.
The other drives are now to be formatted and used for storing all kinds of things and the HDDs are for archiving purposes.
On my old system i had ...
1 of the SSDs is used for the Operating System and is using the ext4 file system.
The other drives are now to be formatted and used for storing all kinds of things and the HDDs are for archiving purposes.
On my old system i had ...
- Thu May 15, 2025 9:15 am
- Forum: MX Help
- Topic: Cannot Install Wine
- Replies: 19
- Views: 736
Re: Cannot Install Wine
The Liquorix Kernel limits my maximum CPU Clock Speed to 2 GHZ which is the base clock speed. In other Words it disables Turbo Boost.
Reverting back to the Standard Kernel Turbo Boost is enabled and working again letting me get speeds up to 4.7GHZ.
I need to correct myself since this is not ...
- Thu May 15, 2025 6:04 am
- Forum: MX Help
- Topic: Cannot Install Wine
- Replies: 19
- Views: 736
Re: Cannot Install Wine
I will now try the Liquorix kernel to see if i really get lower latency with that. :)
The answer to this question is NO. The performance is even a bit worse and i found the reason by accident.
The Liquorix Kernel limits my maximum CPU Clock Speed to 2 GHZ which is the base clock speed. In other ...
- Thu May 15, 2025 3:55 am
- Forum: MX Help
- Topic: Cannot Install Wine
- Replies: 19
- Views: 736
Re: Cannot Install Wine
Google (NOT chatAIGPTmurks ;-} ) said: https://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/
theres a lot of links to the theme "ulimit", also in german ;-}
I found this article to be pretty confusing / not very easy & straight forward.
This helped me fix it in the end ...
- Wed May 14, 2025 4:58 pm
- Forum: MX Help
- Topic: Cannot Install Wine
- Replies: 19
- Views: 736
Re: Cannot Install Wine
I think i got a bit further with this but i still need help.
To recap i get this error message when loading the demo project:
Access violation at address 00000000004A5702D in module 'Harmor_x64.dll'. Read of address 000002D4C22BE910.
I now started fl from terminal using:
wine fl
When opening ...
To recap i get this error message when loading the demo project:
Access violation at address 00000000004A5702D in module 'Harmor_x64.dll'. Read of address 000002D4C22BE910.
I now started fl from terminal using:
wine fl
When opening ...
- Wed May 14, 2025 11:16 am
- Forum: MX Help
- Topic: Cannot Install Wine
- Replies: 19
- Views: 736
Re: Cannot Install Wine
This is just a suggestion that may be useful if you have old Windows operating system discs and provides an alternative to Wine. Setr up Windows as a virtual operating system using VirtualBox or similar. I run Windows XP professional this way (albeit with it isolated from the internet) and run a ...
- Wed May 14, 2025 9:07 am
- Forum: MX Help
- Topic: How to disable energy saving plan permanently?
- Replies: 3
- Views: 167
Re: How to disable energy saving plan permanently?
If that command is doing what you want, then lets just run it.
put this command in /etc/rc.local, just above the "exit 0" that is in the file by default.
cpupower frequency-set -g performance
note no sudo. you don't need it when running from rc.local.
Thanks this did it!
Anything else i ...