Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,25 @@ Automount a device given the label
>
> Example usage:
>
> $ ./shellScript.sh -l RaceUSB
> $ ./autoMount.sh -l RaceUSB
>
> where RaceUSB is the label of the device mounted at /media/jetsonhacks/RaceUSB
>
> Tool to help automount the device given from the label
> The script looks up the device, mounting point and UUID for the given label
> Optionally add it to /etc/fstab

### Remove swapfile
This is useful in case you run out of space.
A simple manual procedure:
> sudo swapoff -v /mnt/swapfile
>
> sudo vim /etc/fstab and remove the line containing /mnt/swapfile
>
> sudo rm /mnt/swapfile
>
> sudo reboot

<h2>Release Notes</h2>

v0.7 April 2019
Expand Down