exFAT support

The place for questions about shooting with Blackmagic Cameras.
  • Author
  • Message
Offline

uzer_name

  • Posts: 3
  • Joined: Mon Jul 08, 2013 11:59 am

exFAT support

PostSun Jul 28, 2013 3:02 pm

Hi

It is exists exFAT support (r/o and r/w ) under Linux
I tried to format SSD drive for BMCC to exFAT under linux, but no luck - drive not recognized by camera.
Is it exists any tipo how to correctly partitioning/format drive for BMCC under Linux?
Offline

Andrew Hunter

  • Posts: 203
  • Joined: Wed Aug 22, 2012 2:30 pm
  • Location: Toronto, Canada

Re: exFAT support

PostSun Jul 28, 2013 9:16 pm

I haven't tried this but you could look into the exFAT Fuse driver

https://code.google.com/p/exfat/
Offline

uzer_name

  • Posts: 3
  • Joined: Mon Jul 08, 2013 11:59 am

Re: exFAT support

PostMon Jul 29, 2013 12:23 pm

Thanks, i already installed fuse-exfat support and utils, and tried to partitioning ssd drive by several ways , but drive not recognized by BMCC, and same time worked properly under linux. exFAT partition recognized only if i format drive under Macos (haven't tried Win format yet). So question generally - what partitioning/format scheme and parameters should be under linux in order to exFAT formatted ssd recognized by BMCC.
TIA
Offline
User avatar

Aaron Scheiner

  • Posts: 341
  • Joined: Thu Nov 29, 2012 1:57 pm
  • Location: Cape Town, South Africa

Re: exFAT support

PostMon Jul 29, 2013 2:10 pm

You need a GPT label (partition table) on the disk. Create 1 primary partition to fill the entire space and then format it to exfat. This can all be done using gparted. Formatting can also be accomplished using mkfs.exfat.

I'm using Ubuntu and the exfat fuse driver works beautifully :) .

Code: Select all
sudo -s
gdisk /dev/sdsomething
n
enter (uses default partition number 1)
enter (uses default start)
enter (uses default end)
enter (uses default parititon id code)
w (writes to disk and exits)

then
mkfs.extfat /dev/something1
Offline

uzer_name

  • Posts: 3
  • Joined: Mon Jul 08, 2013 11:59 am

Re: exFAT support

PostMon Jul 29, 2013 9:50 pm

thnx :)
but

What actual partition type shoul be? (gdisk uses as default last used partition code - in my case it is 0x8300, Linux partition , which not recognized by BMCC). Also i tried to set MS partition "0x0700" - no luck.

Also - what start sector number should be? (default in my case is 2048)

Im using RedHat/Centos 6.3

Return to Cinematography

Who is online

Users browsing this forum: Brad Hurley and 77 guests