Skip to content

Instantly share code, notes, and snippets.

@barakplasma
Created February 23, 2024 06:10
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 barakplasma/049375cac4a9a18d530c4fe2d0f167f5 to your computer and use it in GitHub Desktop.
Save barakplasma/049375cac4a9a18d530c4fe2d0f167f5 to your computer and use it in GitHub Desktop.
AsusWrt scripts
#!/bin/sh
mkdir -p /mnt/fourtera
DISK=$(fdisk -l | grep 2047 | cut -d " " -f2 | sed "s/:/2/")
logger $DISK
mount.exfat-fuse $DISK /mnt/fourtera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment