2014年9月29日 星期一

[teQ] The exFAT support on ubuntu 12.04 system

如果你現在的作業系統是Ubuntu 12.04,而又想要能讀寫exFAT格式的硬盤的話,就只能自行安裝套件囉。
If you are using Ubuntu 12.04, and you still want to read/write exFAT format hard drive, you can install the support package on your own. 

執行命令如下:
Command line as below : 

-----------------------------------------------
### update repo.
$ sudo apt-get update
### install exFAT tools
$ sudo apt-get install exfat-utils
### install exFAT file system
$ sudo apt-get install fuse-exfat
-----------------------------------------------