One problem immediately after I boot up for the first time is that the system does not able to read my sdcard. I had one 400GB sdcard always inside my laptop's sdcard slot as my storage drive. But Ubuntu has a problem reading this sdcard. Whenever I try to mount the sdcard in the file browser, I will get an error message saying that the filesystem is unknown.
To fix this issue, I will need to install 2 packages for my Ubuntu to support exFAT file system. The command line to install these packages are:
sudo add-apt-repository universeOpen your terminal by using Ctrl + Alt + T or open it from your program menu, and insert these 3 lines one by one.
sudo apt update
sudo apt install exfat-fuse exfat-utils
After that, you can head over to your file explorer and click on the sdcard to mount it. It should work flawlessly.
No comments:
Post a Comment