Questions tagged [exfat]

exFAT (Extended File Allocation Table) is a Microsoft file system optimized for flash drives. It is proprietary and Microsoft owns patents on several elements of its design.

https://en.wikipedia.org/wiki/ExFAT

7 questions
6
votes
3 answers

Is there a good way to allow non-root users to mount arbitrary external USB drives on Linux?

We have a situation where a site office has a couple of Rocky Linux 8 servers and regularly receives large amounts of data from clients. Data arrives on a variety of external USB hard drives and the occasional USB memory stick. These drives can have…
bolind
  • 181
  • 5
2
votes
4 answers

I want to format a drive as NTFS, but Windows shows exFAT as the only option

The operating system is Windows Server 2003 R2 x64 with all updates applied. I have an external hard disk enclosure (one of these) with a 1 TB drive (garden-variety Seagate). When I right-click in Explorer and choose “Format…” the only option is…
Nate
  • 2,366
  • 4
  • 22
  • 25
1
vote
1 answer

Create link with right owner / group

I have a git-daemon accessed through ssh. All repositories are in /srv/git. I have some other projects saved on a exfat disk, so I want to create a symbolic link from that disk to /srv/git. For example, I have /mnt/Medias/Projects/Defi\ H.git so I…
Jaffa
  • 238
  • 4
  • 10
1
vote
1 answer

How to make SystemRescueCD (Arch Linux) mount exFAT?

My SystemRescueCD (bootable CD based on Arch Linux distribution) won't mount my exFAT SD card. When I plug in the USB reader, /dev/sdc appears, but it won't even show /dev/sdc1. No way to mount it, mount /dev/sdc1 /mnt/1 will fail. It is interesting…
Tomas
  • 111
  • 2
0
votes
0 answers

How can I use an external ExFat drive as localhost web server storage on OSX?

I'm using an external ExFat harddrive mounted at /Volumes/Samsung and have working symlinks connecting my localhost web server: ln -s /Volumes/Samsung/recordings ~/Developer/example/files/recordings I can verify readability with python3 and php…
E.A.T
  • 101
  • 2
0
votes
0 answers

`findmnt` and `ls` still see a physically disconnected external storage drive

Here is an /etc/fstab record example of one of the mounts as per x-systemd.automount and other goodies: UUID=XXXX-XXXX /media/XXXX-XXXX auto…
0
votes
2 answers

Is exFAT filesystem a good choice for USB3 HDD connected to a home NAS server on Raspbian?

I have a home NAS on Raspberry PI4 with a USB3 HDD connected. I have a variety of devices with different OSs (Linux, Win and Mac), and I'd like to be able to access that HDD from any of those with a direct USB connection if need be. Which FS should…