Installing a new hard disk

shell scripts Add comments

#!/bin/sh

if [ ! -e /mnt/newhd ]; then
   mkdir /mnt/newhd
fi
mount -t vfat /dev/hdc1 /mnt/newhd
cd /mnt/newhd

echo Az uj hd rendben.

Leave a Reply

You must be logged in to post a comment.

WebSite Powered by webHauser
Entries RSS Comments RSS Login