05-23-2023, 09:18 PM
Hi @Nutul ,
Seems I need to be more careful with writing my instructions...
You are right and this is actually what I did to mount my SSD:
/dev/nvme0n1p1 /mnt/SSD ext4 auto,user,rw 0 0
I copied from an original article and forgot to correct in the post with what I wrote in my config...
apologies.
Now, good question on the EXT4...but yes, I confirmed this is the right file system on this. :-)
pi@moode:~ $ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
mmcblk0
├─mmcblk0p1 vfat FAT32 boot DF79-EF89 221.6M 12% /boot
└─mmcblk0p2 ext4 1.0 rootfs a697d2d6-3bb4-4286-b7f0-0aa3a1c91545 4.1G 37% /
nvme0n1
└─nvme0n1p1 ext4 1.0 d5ce3907-fa31-4d0f-b590-e676f29fe813 642.9G 25% /mnt/SSD
I have edited my OP to fit the right instructions so it doesn't confuse future readers...
If you feel I should run anything else from SSH to see what is causing the Thumbnail generator to not see the SSD, please let me know.
Thanks!
Seems I need to be more careful with writing my instructions...
You are right and this is actually what I did to mount my SSD:
/dev/nvme0n1p1 /mnt/SSD ext4 auto,user,rw 0 0
I copied from an original article and forgot to correct in the post with what I wrote in my config...
apologies.
Now, good question on the EXT4...but yes, I confirmed this is the right file system on this. :-)
pi@moode:~ $ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
mmcblk0
├─mmcblk0p1 vfat FAT32 boot DF79-EF89 221.6M 12% /boot
└─mmcblk0p2 ext4 1.0 rootfs a697d2d6-3bb4-4286-b7f0-0aa3a1c91545 4.1G 37% /
nvme0n1
└─nvme0n1p1 ext4 1.0 d5ce3907-fa31-4d0f-b590-e676f29fe813 642.9G 25% /mnt/SSD
I have edited my OP to fit the right instructions so it doesn't confuse future readers...
If you feel I should run anything else from SSH to see what is causing the Thumbnail generator to not see the SSD, please let me know.
Thanks!