I got mine today
Size I can use is 239 GB.
What File System do you recommend for Pandora and Linux Computer.
Ext4 of exFat.
This reading and this one do sound interesting.
Will I get any noticeable benefit when using Ext 4 with these optimisations (I don't fully understand for now as my SD-card gives some strange results) of does exFat the job as well (+ Windows support)?
EDIT:
DD-TEST (quick 4GB)
exFat
Ext4
Here exFat seems to be a little faster.
I did make the partitions with mkfs.ext4 or mkfs.exfat.
In /etc/mke2fs I did delete the "has_journal" option
my settings:
If anyone has experience with what is described in the articles above I would post my results here and appreciate some advice .
Size I can use is 239 GB.
What File System do you recommend for Pandora and Linux Computer.
Ext4 of exFat.
This reading and this one do sound interesting.
Will I get any noticeable benefit when using Ext 4 with these optimisations (I don't fully understand for now as my SD-card gives some strange results) of does exFat the job as well (+ Windows support)?
EDIT:
DD-TEST (quick 4GB)
exFat
dd if=/dev/sdc1 of=test bs=1048576 count=4000
4000+0 Datensätze ein
4000+0 Datensätze aus
4194304000 Bytes (4,2 GB) kopiert, 221,08 s, 19,0 MB/s
4000+0 Datensätze ein
4000+0 Datensätze aus
4194304000 Bytes (4,2 GB) kopiert, 221,08 s, 19,0 MB/s
Ext4
dd if=/dev/sdc1 of=test bs=1048576 count=4000
4000+0 Datensätze ein
4000+0 Datensätze aus
4194304000 Bytes (4,2 GB) kopiert, 229,775 s, 18,3 MB/s
4000+0 Datensätze ein
4000+0 Datensätze aus
4194304000 Bytes (4,2 GB) kopiert, 229,775 s, 18,3 MB/s
Here exFat seems to be a little faster.
I did make the partitions with mkfs.ext4 or mkfs.exfat.
In /etc/mke2fs I did delete the "has_journal" option
my settings:
features = extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
auto_64-bit_support = 1
inode_size = 256
auto_64-bit_support = 1
inode_size = 256
If anyone has experience with what is described in the articles above I would post my results here and appreciate some advice .
Last edited by a moderator: