Elektrine lite

← Feed

@vortexal@lemmy.ml

Post #1739983

2026-04-27 18:26 UTC

I’m only seeing the boot drive and the swapfile even though the SD card is mounted and working. Do I have to manually add a new entry somewhere in this file? Also, no it is different. If I format the SD card to BTRFS it only has 40MB of free space, while it has about 80MB of free space when formatted to F2FS. I’d be getting double the free space if I can get compression working in F2FS.

Replies (1)

  • @ZkhqrD5o@lemmy.world 2026-04-27 22:06

    The fstab file is used to define how disk partitions or remote file systems are mounted into your computer. Removable drives such as USB drives or SD cards are not shown there, because if they were, your system would complain at boot that it can’t find the requested USB drive. About F2FS having double the storage space of btrfs. In all honesty, it doesn’t make sense to me. Do you mean it shows you potentially being able to store 80 megabytes if you can get compression working or does it just show 80 megabytes instead of 40, after formatting the file system?

    Open ##1740413