| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Broken In
Join Date: Jan 2004
Location: /bin/sh
Posts: 158
|
anyways i wanted to mount my mp3's onto my red hat. i entered the below code in the CLI mkdir /mnt/win mount -t vfat /dev/hda1 /mnt/win and i got my c drive contents in the /mnt/win directory! now if i want to mount my d drive contents , how do i? what about a second (slave) hdd and its respective partitions. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) |
|
Alpha Geek
Join Date: Sep 2004
Posts: 625
|
regarding ur second hdd , if its primary slave , it should be given as /dev/hdb# (# order of partition in that disk)
primary master : /dev/hda primary slave : /dev/hdb secondary master : /dev/hdc secondary slave : /dev/hdd
__________________
If you make yourself more than just a man, if you devote yourself to an ideal... You become something else entirely |
|
|
|
|
#5 (permalink) |
|
In The Zone
Join Date: Sep 2004
Location: Chennai
Posts: 353
|
To know more abt your partitions in linux
Code:
fdisk /dev/hda enter p (or may be m) for the partition table
__________________
The Bloglines of an Angry Indian - www.angry-indian.com If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)... |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|