Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
i've added additional hard drive to my system (mandrake)but it doesn't appear .
i tried to see if my hard exist in patitions at control center but when clicked patitions icon i got this message (i can't read the partition table of device hdb it's too corrupted for me i can go on erasing over bad partions . the solution is to not allow drakx to modifa the partition table )
Last edited by mandrakelinux; 04-25-2005 at 10:54 PM.
If you run "fdisk -l" do you see the drive listed? What about "dmesg|grep ^hd" if so then just add the partitions with fdisk and format them with mkfs.
it is not needed to put the partitions in the fstab, that's only if you want them mounted automatically after boot.
You can just mount them (command "mount"), with something like
#mount -l -t ext3 /dev/hdb1 /mnt/newdisk/
that depends on the type of your partition (file system)...
there are a lot of options...
(see $man mount)
(directory /mnt/newdisk must exist (that's just an example))
cheers!
many thanks
i mounted hdb
but i still have 2 questions
1- how can i automate mount at start up ?
2- could i make a new partition and formate it from control
center--->partition and formate it (any type of formate especially vfat)
answers:
1.adding the corresponding entries to the fstab file (it is in /etc/fstab)
look for how to do it in google or in the $man fstab output.
2.I don't think so. Use gparted ( http://gparted.sourceforge.net/ )
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.