Mount exFAT on Bubba
Posted: 24 Oct 2011, 07:52
Hi Everyone!
I'm working in different environments (Bubba2 (Linux), Windows and MacOS). To able to have a FileSystem that supports all these environments and also managing files bigger than 4096GB I selected exFAT on my external diskdrive. It works fine but I'm not able to mount my disk in the Bubba web interface by default.
I found this guide which worked perfectly fine and I'm now able to mount my exFAT disk to my Bubba.
A question to the development team; could you please add this as a default feature in upcoming releases and give possibility to mount automatically from the web interface?
Instead of "sudo" go to "root" mode by entering "su" and type your root password.
$ sudo apt-get update
$ sudo apt-get install subversion scons libfuse-dev gcc
$ svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only
$ cd exfat-read-only
$ scons
$ sudo scons install
$ cd ..
$ rm –rf exfat-read-only (OPTIONAL - ONLY IF YOU WANT TO REMOVE THIS DIRECTORY)
$ sudo mkdir /media/whatever [creating mountpoint - example: sudo mkdir /media/exfat]
$ sudo mount –t exfat-fuse [device_path] [mountpoint]
I'm working in different environments (Bubba2 (Linux), Windows and MacOS). To able to have a FileSystem that supports all these environments and also managing files bigger than 4096GB I selected exFAT on my external diskdrive. It works fine but I'm not able to mount my disk in the Bubba web interface by default.
I found this guide which worked perfectly fine and I'm now able to mount my exFAT disk to my Bubba.
A question to the development team; could you please add this as a default feature in upcoming releases and give possibility to mount automatically from the web interface?
Instead of "sudo" go to "root" mode by entering "su" and type your root password.
$ sudo apt-get update
$ sudo apt-get install subversion scons libfuse-dev gcc
$ svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only
$ cd exfat-read-only
$ scons
$ sudo scons install
$ cd ..
$ rm –rf exfat-read-only (OPTIONAL - ONLY IF YOU WANT TO REMOVE THIS DIRECTORY)
$ sudo mkdir /media/whatever [creating mountpoint - example: sudo mkdir /media/exfat]
$ sudo mount –t exfat-fuse [device_path] [mountpoint]