Re: Existing Mount Points on FC3 Re-install
- From: Jan Gerrit Kootstra <jan.gerrit@xxxxxxxxxxxxxxx>
- Date: Wed, 25 Jan 2006 06:18:05 +0100
rwmorrison@xxxxxxxxxxx wrote:
The IDE drive on which I had installed FC3 died and I have reinstalled FC3 on a new IDE drive. My problem is that I cannot mount the 2 SATA drives that I was using with this server because I do not remember the names of the mount points. How can I find the names of the directories I should use as the mount points for the 2 SATA drives?
Dear R.W. Morrison,
fdisk /dev/sda to find out what the exact number of partitions are on the sata drive
fdisk /dev/sdb for the same reason.
For the example yields: one partition per disk and so we talk about /dev/sda1 and /dev/sdb1 and a ext3 filesystem.
mkdir /mount1 /mount2
mount -t ext3 /dev/sda1 /mount1
mount -t ext3 /dev/sdb1 /mount2
ls /mount1 ls /mount2
This might help you remember what the original mountpoints were.
Kind regards,
Jan Gerrit Kootstra .
- References:
- Existing Mount Points on FC3 Re-install
- From: rwmorrison
- Existing Mount Points on FC3 Re-install
- Prev by Date: Existing Mount Points on FC3 Re-install
- Next by Date: dual boot with no current /boot partition
- Previous by thread: Existing Mount Points on FC3 Re-install
- Next by thread: dual boot with no current /boot partition
- Index(es):
Relevant Pages
|