The steps here worked for me, basically
- Add the repository:
sudo add-apt-repository ppa:relan/exfat
- Update the package list:
sudo apt-get update
- Install the exfat package:
sudo apt-get install fuse-exfat
- Create the mount folder:
sudo mkdir /media/exfat
- Mount the filesystem (replace sdc1 with your exfat partition):
sudo mount -t exfat /dev/sdc1 /media/exfat
- Read and write to /media/exfat to your heart's desire.
- When you are done, unmount the filesystem:
sudo umount /media/exfat
but in typical fashion I forgot how to make the pipe symbol appear. However, there is a graphical frontend that will tell me what I need to know - it's called Meld.
sudo apt-get install meld
meld dir1 dir2
That worked just fine.So now all the drives are formatted as exFAT so should be far more interchangeable. And with my new Smart Router coming from BT, with its USB slot, I may just plug one of them in there for access by all.