I did a lot of reasearch and decided to stick with BTRFS. I'm currently looking to get into becoming more knowledgable about it and am looking into using the compression feature to compress my external USB HDDs.
I'm interested in formatting a 100GB USB drive.
I tried a tutorial from a few years ago, and it's giving me some mixed results (The drive appears to be read-only for some reason in Dolphin, no idea why)
From the beginning:
Followed by:
This causes the ELYSIUM drive to appear in dolphin's devices tab in the system's toolbar, but when I go to it, it is read-only and cannot be written to by anyone but root. Is there something that I'm doing wrong? What's the appropriate way to format this? Do I need to modify fstab? I'm not really sure what to do from here.
I'm interested in formatting a 100GB USB drive.
I tried a tutorial from a few years ago, and it's giving me some mixed results (The drive appears to be read-only for some reason in Dolphin, no idea why)
From the beginning:
Code:
[FONT=monospace][COLOR=#54FF54][B]sarah@ConvergentRefuge[/B][/COLOR]:[COLOR=#5454FF][B]~[/B][/COLOR]$ sudo mkfs.btrfs /dev/sdc1 -L ELYSIUM -f btrfs-progs v4.15.1 See http://btrfs.wiki.kernel.org for more information. Label: ELYSIUM UUID: 61c1cad3-a450-44d7-8f31-7561fd644c32 Node size: 16384 Sector size: 4096 Filesystem size: 111.79GiB Block group profiles: Data: single 8.00MiB Metadata: DUP 1.00GiB System: DUP 8.00MiB SSD detected: no Incompat features: extref, skinny-metadata Number of devices: 1 Devices: ID SIZE PATH 1 111.79GiB /dev/sdc1[/FONT]
Code:
[FONT=monospace]sudo mount -o compress=zstd /dev/sdc1 /media/sarah/ELYSIUM [/FONT]
Comment