Is it possible to create and format an exFAT partition from Linux?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Yes, there is a project implementing exfat and the related utilities at http://code.google.com/p/exfat/, but be aware that it is in beta stage. To format a partition, use
As for creating the partition in the first place, this is the same as for any other filesystem. Create a partition in your favourite partition manager. If you have a MBR partition type, set its type to NTFS (that is code Note, that some distributions only package the fuse module, so you may have to build it yourself. |
|||
|
|
|
I found a guide, esp. for ubuntu un doing that: http://blog.campodoro.org/?p=261 But, I've never tested that and I don't kow how to port that on other Linux distributions. |
|||
|
|