Monday, November 28, 2016
mounting EXFAT for Ubuntu 16.04
How to Mount EXFAT partition on Ubuntu 16.04 LTS
$ sudo apt-get install exfat-fuse exfat-utils
If you need to mount it from the command line, you could do
$ sudo mkdir /media/exfat (or specific path)
$ sudo mount -t exfat /dev/sdxx /media/exfat
where /dev/sdxx could be /dev/sda1 or /dev/sda2, or so on.
If you are not sure whether the exfat partition you are looking for is /dev/sda1 or /dev/sda2, then you could also run
$ sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
Credit from http://unixnme.blogspot.com.au/2016/04/how-to-mount-exfat-partition-in-ubuntu.html. Thanks :D
Subscribe to:
Posts (Atom)
TEC DATA DOES NOT COVER FULL RANGE OF CL TABLE
Check your listr and if the data are observed more than one day you need to download the IONEX files at least 2 files and put in the same fo...
-
1. เตรียมความพร้อมของระบบ สิ่งที่จะต้องเตรียมพร้อม 1. ระบบปฏิบัติการ Windows 98se/NT/Vista/7 (32bit และ 64bit) 2. MiKTeX รุ่น ...
-
These information copied from http://osxdaily.com/2012/05/22/install-wget-mac-os-x/ ----------------------------------------------------...