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.
The bios will detect the harddrive. Just start linux, and partition your harddrive (or partition your harddrive, and start linux ). You can mount it as hdb, instead of hda for you first harddrive. Example:
mount hdb1 /mnt/some_kind_of_folder_which_must_exist
now when i make the partition, do i have to make it the same fileing system like ext2 ext3 or that Rans Heister thingy?
-because i dont remember what i chose for my file system
All supported filesystems (that is ext2, ext3, reiserfs, even FAT32 and maybe NTFS) will work. If you also have a windows installed I would advice formatting it FAT32, so windows can easily acces that partition. If you don't, choose reiser or ext3: they're journalling filesystems, and will reduce the risk of loosing data or getting a corrupted filesystem. Reiser is also very good with small files (fast acces and little waste of diskspace)
Originally posted by 320mb you will need to add the new drive to your /etc/fstab in order to mount it at all!! and make a mount point in / or /mnt/
Actually, I think you can moutn things without having it in your fstab. really, to the best of my knowledge it's just "mount -<fs; e.g vfat> <mountpoint>"
Of course, one other option would be to see whether you have files you can safely delete. My point is that you may not need another disk, maybe youv'e got 5G of data (or whatever) that you no longer need. If so, you may not need a new drive today. Keep in mind that drive prices drop constantly, and if you can wait for another 4 or 5 months, you can probably either save $$$ for the same size drive you're considering, or spend the same $$$ and get a bigger drive. Just thought -- J.W.
If you add a line for your new disk in /etc/fstab it will be automatically mounted every time you boot. If you don't, you have to mount it manually with a command like "mount /dev/hdb1 /mnt/newdisk"
if you're gonna set the filesystem in linux, don't forget to do a "mkfs", which is the command that actually makes the file system. For example, after you partition the hd (in one big partition or several little ones), you have to run "mkfs" once. After that, it's easy to mount 'em.
What line do you put in the /etc/fstab file to get the other Fat32 hard drive to mount automatically? An example would be very helpful!
In my case I have 98se on the single partition C drive (hda1) and Fedora Core 2 on the Linux partitioned D drive (hdb1,hdb2,hdb3). I dual boot with GRUB.
do you just put the manual mount command in the file?
Last edited by DangerousDrDave; 08-30-2004 at 02:31 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.