05-23-2023, 03:43 PM
(05-23-2023, 02:30 PM)Tim Curtis Wrote: Try the following change to your recipe.
1 Confirm SSD location: /dev/nvme0n1p1 ==> SSD
2 mkdir /mnt/SSD ==> creating mount point
3 mount /dev/nvme0n1p1 /mnt/SSD ==> Mounting the SSD
5 Add the following line to "/etc/fstab" /dev/nvme0n1p1 /mnt/Samsung ext4 auto,user,rw 0 0
=> Mount automatically the SSD at boot
4 To add as a source from MPD software: sudo ln -s /mnt/SSD /var/lib/mpd/music/SSD
I see something weird here...
5 Add the following line to "/etc/fstab" /dev/nvme0n1p1 /mnt/Samsung ext4 auto,user,rw 0 0
shouldn't the above be /mnt/SSD? (or is it just a redacting error like the /dev/ path Tim was correcting...?)
Secondly, is it indeed ext4?