• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Adding drive to Mandrake

Batti

Golden Member
I have a running Mandrake 7.2 system acting as a Samba server. I want to physically add an additional (SCSI) hard drive to the system. What steps should I take?
 
Power down the system. Add the drive. Determine the drive name from the dmesg output. fdisk that drive. mkfs on the partition(s) and then mount. Add lines to /etc/fstab to make the mounts permanent
 
Install the drive, partition with fdisk or cfdisk then mke2fs /dev/sd[x][x], where [x] is the appropriate drive/partition letter.

Pretty simple. Now all you have to do is make a mount point for it, mount it, and then edit your /etc/fstab file so that it will mount automatically at boot.

I'm being terse here, but those are the basics. Need step-by-step? Just ask. However, there is a good HOWTO on this at Linuxdoc.org.
 
Quick followup on someting BOFH said. Easiest way to find the new drive from the output of dmesg is dmesg | grep ^sd. That should give you everything you need.
 
Allow me to add notes here for those who search. Remeber I'm using Mandrake, and some of these tools are unique to Mandrake.

1) If SCSI ID is higher than the ID on the drive you boot from, you won't boot. This may be because the newly added drive was formerly part of a Linux RAID set. Changing ID to one higher than the boot drive fixed this.
2) KUDZU detected and configured the drive on boot - cool!
3) HardDrake allowed me to partition and format using the KDE GUI, very nice.

Worked slick, drive is now operational. Console purists stop groaning about #3, I'm trying to learn the Mandrake toolsets.

Thanks all for your help!
 
Why would I complain? It worked right? GREAT! However, I wouldn't have had a clue about those tools. 🙂
 
Back
Top