installSwapfile icon indicating copy to clipboard operation
installSwapfile copied to clipboard

installSwapfile.sh doesn't do anything

Open jtiscione opened this issue 5 years ago • 1 comments

I have an SSD automounted correctly, mapping to the /media/ssd folder.The last line in /etc/fstab is UUID=... /media/ssd auto nosuid, nodev, nofail 0 0

Running "./installSwapfile.sh -d /media/ssd -a" does nothing. It doesn't print anything, finishes immediately there are no files in /media/ssd, and no changes are made to /etc/fstab.

This is on the latest version of Jetpack (4.3).

jtiscione avatar Jan 03 '20 20:01 jtiscione

Try

./installSwapfile.sh -d /media/ssd -a Y

carlwain74 avatar Feb 04 '20 17:02 carlwain74