Questions tagged [exfat]
4 questions
1
vote
0 answers
How do I alter write permissions from root to specific user on a Samba raspberry pi nas using an exfat drive?
I've set up a nas with a raspberry pi and an exfat drive.
Unfortunately I can only read from my computer and not write since only root has write permissions on the drive and I cannot alter them using 'chown', it tells me "operation not permitted". I…
ComradeClifford
- 21
- 2
1
vote
0 answers
Will the Pi boot to exFAT partitions?
It's my understanding that originally the Pi's would not boot to exFAT. Also, they would not boot to USB or PXE boot, but the latter two have been enabled as time goes on. The official page for SDXC cards has no date or model-specific information,…
YetAnotherRandomUser
- 1,120
- 2
- 11
- 34
0
votes
0 answers
Non-FUSE drivers for NTFS and exfat
I've run long benchmarks about write speed on a USB3 external HDD on a RPi4 (goal: use it as a NAS), with and without encryption.
I've noticed that write speed is very fast with ext3, ext4 (it can reach the limit of the HDD speed, i.e. ~ 100 MB/sec…
Basj
- 800
- 3
- 21
- 49
-1
votes
1 answer
Reformat 64gb/128gb SD Card to FAT32
From what I've read the raspberry OS bootloader only supports FAT32 partitions, which aren't default on 32gb+ sd cards. (even thhough most stuff I read seems to conflict with the documentation;…