Jump to content

Changing DIR to other HDD


Guest EvilCommando
 Share

Recommended Posts

Guest EvilCommando

Can anyone tell how to switch the dir to another hdd. I thought I had to mount the drive but im not sure how if thats what i have to do.

Thanks.

Oh its mandrake 9.1

Sorry if its in the wrong section I did look but didnt really know where to put it.

Edited by EvilCommando
Link to comment
Share on other sites

First you have to have (or create a mount point), then mount the partiton (or full hd) in that mount point, and finally move into it:

~$ mkdir /some/path/mountpoint
~$ mount -t auto /dev/hdb /some/path/mountpoint
~$ cd  /some/path/mountpoint

 

Though your question is not clear enough, the basic steps you need to do are those. Please read the follwoing man pages to get a broad view of how mount works and how to automate it at boot, mount(8), fstab(5) and umount(8); also if you use mandrake take a look to supermount(8).

 

added note for newbies: the way to see the man pages is for example "man 8 mount"

Edited by aru
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...