Re: Void Linux
Posted: Tue Sep 07, 2021 6:17 pm
xeno74 wrote: Tue Sep 07, 2021 9:31 am Do you still use the following xorg.conf?
[deleted. See above]
Yes, it's there in /etc/X11/.
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4713
xeno74 wrote: Tue Sep 07, 2021 9:31 am Do you still use the following xorg.conf?
[deleted. See above]
Yes, it's there in /etc/X11/.
Not yet... But there is no problem in Void to mount NTFS partitions in general, e.g. from Caja. It is just that it did not work from fstab.xeno74 wrote: Wed Sep 08, 2021 8:40 pm Have you already tested the new NTFS driver (see screenshot)?
Could you please mount your NTFS partition with the command "mount" with the option "-t ntfs3"? (see screenshot above)
I described the original problem somewhat unexactly... The exact error message shown when booting halts is:Roland wrote: Wed Sep 08, 2021 11:23 am Why doesn't this kind of line work in fstab:
LABEL=NTFS3 /media/NTFS3 ntfs rw,user,nofail,noatime,nodiratime,exec,uid=1001 0 2
It works with all other distros but Void just shows a error that it cannot find the disk, and booting is interupted. How should I modify it? In any case, I would like to use the 'LABEL'.
Found finally the solution to the mount issue... It was almost too simple: just to create manually a subfolder named 'NTFS3' into the '/media' folder!!! But I have never had to do that with any other Linux distro... Just copying the definition line to fstab has been enough, OS has then done the rest.Roland wrote: Thu Sep 09, 2021 3:06 pm I described the original problem somewhat unexactly... The exact error message shown when booting halts is:
mount: /media/NTFS3: mount point does not exist
So, it is not that the disk is not found but the mount point should be defined in some other way in Void. But how...?
Code: Select all
LABEL=NTFS3 /media/NTFS3 ntfs3 rw,user,nofail,noatime,nodiratime,exec,uid=1001 0 2