re init
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# NOTE: NO LONGER USED
|
||||
|
||||
# i placed these commands in /etc/rc.local instead
|
||||
# sudo nano /etc/rc.local
|
||||
# add #!/bin/sh -e at the top and it works as an on boot @reboot kinda thingy
|
||||
|
||||
mount -U 226f1314-44ab-4cb4-aa1e-882fcdc32b7d shares/disk1
|
||||
mount -U aca84138-bcec-4fb0-b8ff-d62d69b1106e shares/disk2
|
||||
mount -U 26df43c7-cb67-452b-98bd-ae24a40e8f57 shares/disk3
|
||||
mount -U 09e28e23-3ad9-4407-8c94-b028a89e3d84 shares/disk4
|
||||
mount -U 508d38d1-3772-454e-ab5e-b3b6bbb00674 shares/disk5
|
||||
|
||||
#mount /dev/sda1 ~/shares/disk1
|
||||
#mount /dev/sdb1 ~/shares/disk3
|
||||
#mount /dev/sdf1 ~/shares/disk4
|
||||
#mount /dev/sde ~/shares/disk5
|
||||
#mount /dev/sdd ~/shares/disk6
|
||||
Reference in New Issue
Block a user