Does Artix Calameres installer support NILFS2 filesystem? 16 October 2021, 12:15:43 Hello guys. Wanna experiment with NILFS2 filesystem and i forgot when I installed Artix if the default.iso (for runit+xfce to be more specific) contains nilfs-utils package meaning if it has support for NILFS2 file system? So Calamares installer has NILFS2 option or is not supported at all by the official Artix Team? Warm regards
Re: Does Artix Calameres installer support NILFS2 filesystem? Reply #1 – 16 October 2021, 13:42:49 I never heard of this file system, so I guess the default image might not contain it.You can install it within live media via pacman and than start your installation process.
Re: Does Artix Calameres installer support NILFS2 filesystem? Reply #2 – 16 October 2021, 14:48:04 NILFS2 filesystem many say it's better than BTRFS and definitely snappier than ext4. Will try to install from live session and see what i get from there. Thanks for suggestion as i thought we can't install packages in live environment due to read only nature of the live usb.
Re: Does Artix Calameres installer support NILFS2 filesystem? Reply #3 – 16 October 2021, 15:19:18 Quote from: Surf3r – on 16 October 2021, 14:48:04i thought we can't install packages in live environment due to read only nature of the live usb.The live environment is loaded into an in-memory file system, so you can modify all files on it (for example, try sudo pacman -Syyu). The changes won't persist on reboot, however.P.S: You are limited by the size of the overlay file system, so the above command may fail due to the lack of free space. It will upgrade packages as long as there is space left on /. Last Edit: 16 October 2021, 15:28:55 by strajder
Re: Does Artix Calameres installer support NILFS2 filesystem? Reply #4 – 16 October 2021, 20:54:51 Tried twice to install after getting on board nilfs-utils, manually partitioned giving NILFS2 filesystem for root+home on the same partition + one swap partition and i get this error complaining about mkinitcpio for some error. Managed though third time to install having only home partition on NILFS2 and it works ok, however think i have to use the base iso Last Edit: 16 October 2021, 21:27:55 by Surf3r
Re: Does Artix Calameres installer support NILFS2 filesystem? Reply #5 – 16 October 2021, 21:28:33 I recommend using base ISO for more control over what and how you install. If you really want calamares for some reason, this has already been discussed elsewhere. That thread also contains pointers on how to debug this.
Re: Does Artix Calameres installer support NILFS2 filesystem? Reply #6 – 27 November 2021, 17:06:21 Even if NILFS2 might not be available through a fresh install, you can use an existing partition, copy its content with rsync to a NILFS2 partition, modify /etc/fstab and restore grub.[1] But you should know that NILFS2 lacks fsck. For data safety in case of a power outage or a hard reset I recommend modern XFS over NILFS2.