Changes

From SME Server
Jump to navigationJump to search
444 bytes added ,  05:00, 24 September 2007
Line 71: Line 71:  
* Replace 'ext3' with 'vfat' if your drive is formatted as vfat.
 
* Replace 'ext3' with 'vfat' if your drive is formatted as vfat.
 
* Replace /mnt/affadevice with the folder in which you want your USB drive mounted
 
* Replace /mnt/affadevice with the folder in which you want your USB drive mounted
 +
 +
====Mount your disk at boot====
 +
Use the following commands to create a script that will run at each re-boot if you want to re-mount your USB disk automatically:
 +
cat <<EOF > /etc/e-smith/events/local/S95mount_USB
 +
#! /bin/sh
 +
mount LABEL=MyLabel
 +
EOF
 +
 +
chmod +x /etc/e-smith/events/local/S95mount_USB
 +
 +
Once the script exists you can add additional mount commands by editing S95mount_USB using:
 +
pico -w /etc/e-smith/events/local/S95mount_USB
    
====More Information====
 
====More Information====

Navigation menu