LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   accessing my other partions (https://www.linuxquestions.org/questions/linux-newbie-8/accessing-my-other-partions-485760/)

pungvarg 09-21-2006 03:29 PM

accessing my other partions
 
HI, I a REAL newbee on linux (iv'e got FC5) and i have 2 questions
1. how do I access my other partions? (that would be the ones i use in windows with my music, movies, photos and so on)
2. if i can't access them without loosing data, how do i get to windows so i can make copys of them?

theNbomr 09-21-2006 03:37 PM

In short, you mount the other partitions on the linux filesystem. The details of how you do this depend somewhat on your setup, but basically you use mount. First do
Code:

man mount
.
Figure out what your disk(s) look like, in terms of partition layout, perhaps with the aid of
Code:

fdisk -l /dev/diskname(s)
(replace 'diskname' with some thing like hda, hdb, hdc (IDE), or sda, sdb,... (SCSI or SATA).
Once you have the mount procedure nailed down, you can optionally make it automatic after booting by putting the correct entries in /etc/fstab. If you post your output from fdisk -l, someone here can probably give you more specific advice.

--- rod.

pungvarg 09-21-2006 03:45 PM

thanx
 
thank you, and Iĺl guess Iĺl do this as root?

MOS JEFF-INITELY 09-21-2006 04:00 PM

yes, those commands are in /sbin (root controlled commands)
so to change your partitions you will need to be root.

pungvarg 09-21-2006 04:01 PM

can't make it work. it just say "/sbin is a directory" and stuff like that

theNbomr 09-21-2006 04:37 PM

As root,

/sbin/fdisk -l

--- rod.

pungvarg 09-21-2006 04:47 PM

thanx. i'll work on it in the morning, need some sleep (its almost midnight in sweden and I've got school plus work tomorrow) thanx for the help, goodnight


All times are GMT -5. The time now is 07:49 AM.