Hi, On Mon, Sep 22, 2008 at 7:42 PM, <[EMAIL PROTECTED]> wrote: > dear reader , > > > i have boot hardisk sda and i want to mount second hard > disk sdb .. > plz tell the command to mount .. >
http://www.linuxmanpages.com/man8/mount.8.php You need to specify where you want to mount the disk(called the mount point) So it will be something like #mount -t ext3 /dev/sdb1 /mnt/newhd where /etc/newhd is a "folder" which acts as the mount point -- Thank you Balachandran Sivakumar (benignbala) Arise Awake and stop not till the goal is reached Learn to live.................Live to learn Mail: [EMAIL PROTECTED] Blog: http://benignbala.wordpress.com/ Site:http://benignbala.googlepages.com _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
