Skip to content

VectorCell/misc-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

misc-scripts

A collection of one-off scripts and such. Scripts prefixed with rpi- are designed for Raspbian running on a Raspberry Pi, and will not be installed on other systems by install.sh.

(some of the) scripts:

mountusb

A script I wrote because I was want to have a way to quickly mount all unmounted volumes (usually USB drives or SD cards) without having to mess with any fstab stuff because of the temporary nature of flash drives.

Usage:

mountusb [options]

OPTIONS:
	-t   performs a test run, without mounting or writing anything to disk

mountramdisk

Creates and mounts a temporary volume at /mnt/ramdisk, with a specified size in MB

Usage:

mountramdisk [size]

size defaults to 1024

mountiso

Mounts an iso file at /mnt/iso

Usage:

mountiso file.iso

mountssh

Mounts a remote directoy using sshfs

Usage:

mountssh [user@]address remotedir mountdir

mountsamba

Mounts a remote directoy using Samba

Usage:

mountsamba

As usual with these kinds of things, here's the guarantee:

guarantee

About

A collection of one-off scripts and stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published