On 07/31/18 02:55, Danny Milosavljevic wrote: > Hi, > > hmm, where's the "file-systems" form in your system config? > > The first important part is whether your file-system entry is > needed-for-boot? or not. > Sorry, I forgot to un-kill it before copying the whole definition. It's here
(file-systems (cons* (file-system (device (file-system-label "1tb")) (mount-point "/mnt/1tb/") (type "btrfs")) (file-system ;;(device "/dev/disk/by-id/ata-Samsung_SSD_850_EVO_1TB_S2PWNX0J204086P-part1") (device (file-system-label "1ssd")) (mount-point "/") (type "ext4")) %base-file-systems))