LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to Mount Red Hat Partition (https://www.linuxquestions.org/questions/slackware-14/how-to-mount-red-hat-partition-279057/)

Tim Johnson 01-17-2005 06:55 PM

How to Mount Red Hat Partition
 
I have Red Hat 9.0 installed on hda and a new slackware 9.0 installation
on hdb. I can mount the slackware partition from Red Hat with
mount -t ext3 /dev/hdb3 /b-drive/hdb3

On the slackware partition, I have created a mount point at
/a-drive/hdb3. When I boot up slack and attempt the following:

mount -t ext3 /dev/hda3 /a-drive/hda3

intended to mount the red hat partition, I get an error message.
Sorry, but I did not record the error message verbatim and I'm now
back on the RH partition.

If anyone can spot an improper syntax, please let me know the correct
syntax, else I can reboot to slack and write down the error message.
Thanks
Tim

tw001_tw 01-17-2005 08:07 PM

Quote:

mount -t ext3 /dev/hda3 /a-drive/hda3
taking into account:
a- the user you are using to mount has permisions to mount
b- redhat part. is formatted ext3
c- /a-drive/hdb3 is a existing directory
d- the part. of redhat you want is on hda3 and not hda2 or 1, or somehting else,

you are using the correct syntax.
-tw

p.s. - while in slack, try " fdisk -l " for a list of part.'s the system sees.

Tim Johnson 01-17-2005 08:46 PM

Quote:

Originally posted by tw001_tw
taking into account:
a- the user you are using to mount has permisions to mount
b- redhat part. is formatted ext3
c- /a-drive/hdb3 is a existing directory
d- the part. of redhat you want is on hda3 and not hda2 or 1, or somehting else,
[tj]DUH! It's on hda6. Whop me with a wet noodle! Thanks for asking those
questions! And I know *I* will have more. Trying to migrate to slack before
Red Hat drive dies off.... [/tj]

you are using the correct syntax.
-tw

p.s. - while in slack, try " fdisk -l " for a list of part.'s the system sees.

[tj]While in Red Hat did "fdisk -l". Thanks for reminding me[/tj]


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