Skip to content

Instantly share code, notes, and snippets.

@pladaria
Last active January 19, 2023 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pladaria/fb97cd790c49b66a0938e27f36a13243 to your computer and use it in GitHub Desktop.
Save pladaria/fb97cd790c49b66a0938e27f36a13243 to your computer and use it in GitHub Desktop.
How to mount PSVita in linux using VitaShell and a USB cable
  • Linux Mint 20.2 x86_64
  • Kernel 5.4.0-135-generic

Remove exfat-fuse and exfat-utils packages

sudo apt-get remove exfat-fuse exfat-utils

Install exfat-linux.

From source:

git clone https://github.com/arter97/exfat-linux
cd exfat-linux
make
sudo make install

Load the kernel module

sudo modprobe exfat

Mount it

Manually:

sudo mount /dev/sda ./mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment