Page 5 of 20

Re: Void Linux

Posted: Tue Sep 07, 2021 6:17 pm
by kilaueabart
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/.

Re: Void Linux

Posted: Tue Sep 07, 2021 6:31 pm
by xeno74
Please try it without the xorg.conf.

- Christian

Re: Void Linux

Posted: Wed Sep 08, 2021 11:23 am
by Roland
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'.

Re: Void Linux

Posted: Wed Sep 08, 2021 8:40 pm
by xeno74
Hi Roland,

Have you already tested the new NTFS driver (see screenshot)?

Download of the alpha5 with the new NTFS driver: linux-image-5.15-alpha5-X1000_X5000.tar.gz

Image

Can you mount your NTFS partition and create files and folders with the new driver?

Thanks,
Christian

Re: Void Linux

Posted: Wed Sep 08, 2021 10:17 pm
by Roland
xeno74 wrote: Wed Sep 08, 2021 8:40 pm Have you already tested the new NTFS driver (see screenshot)?
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.

Re: Void Linux

Posted: Thu Sep 09, 2021 1:27 pm
by xeno74
Roland wrote: Wed Sep 08, 2021 10:17 pm
xeno74 wrote: Wed Sep 08, 2021 8:40 pm Have you already tested the new NTFS driver (see screenshot)?
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.
Could you please mount your NTFS partition with the command "mount" with the option "-t ntfs3"? (see screenshot above)

Re: Void Linux

Posted: Thu Sep 09, 2021 1:31 pm
by xeno74
Void PPC Linux boots very fast and works well in a virtual e5500 PPC64 QEMU machine with KVM-HV:

Image

Re: Void Linux

Posted: Thu Sep 09, 2021 3:06 pm
by Roland
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'.
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...?

Re: Void Linux

Posted: Fri Sep 10, 2021 8:46 pm
by Roland
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...?
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.

Re: Void Linux

Posted: Sat Sep 11, 2021 7:25 am
by xeno74
Great!

Please try it with “ntfs3“.

Code: Select all

LABEL=NTFS3 /media/NTFS3 ntfs3 rw,user,nofail,noatime,nodiratime,exec,uid=1001 0 2