How do I get my second (250GB) hard drive to show in 'computer file browser'
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
How do I get my second (250GB) hard drive to show in 'computer file browser'
I have set up my second hard drive and it shows as /dev/sdb in GParted. My question is, which format do I use and what process, to arrive in the 'computer file browser'???
Bearing in mind that the sda1 is formatted at ext3, I am unsure whether to format sdb at ext4 or simply fat 32?
Bearing in mind that the sda1 is formatted at ext3, I am unsure whether to format sdb at ext4 or simply fat 32?
Why not ext3 or riserfs? What do you want to do with it? The various file systems have different advantages and disadvantages. This Wikipedia link has links to several Linux file system pages, each of which has some comparative information.
It does no really matter which filesystem is chosen - ext2/3/4, jfs, xfs, ... I would not use reiser anymore at this time as it is receiving less and less maintenance.
It does no really matter which filesystem is chosen - ext2/3/4, jfs, xfs, ... I would not use reiser anymore at this time as it is receiving less and less maintenance.
ext4 is the successor to ext3 is the successor to ext2. Thus ext4 with its better performance, greater robustness and de-fragmentation enhancements would be first choice from that series -- if you believe it is stable.
reiserfs is still the fastest at the cost of some resilience and recoverability and thus the one to choose where data integrity is less important than out-and-out performance.
XFS' efficient support for sparse files is important when supporting large sparse files and it is unique amongst Linux file systems in having a de-fragmentation tool (until ext4's is out and proven).
JFS performs well for a range of tasks and is reliable. What you'd expect from IBM!
VFAT (FAT32) interoperates with Windows and is the only one to interoperate with Windows 9x (ignoring older FAT systems). It is the only one to support hidden volumes under TrueCrypt.
NTFS interoperates with Windows NT series but works better under Windows than under Linux.
How do I get my second (250GB) hard drive to show in 'computer file browser'
Many thanks for your rapid response guys. For some reason a miracle has happened! All I entered in Partition Editor yesterday was 'format to fat 32'. After about 5 minutes, what appeared to be a rejection pop-up prevented me from continuing. This was the reason for my question on the forum.
When I booted up today, to my surprise, I found a fully operational icon for my 2nd hard drive on the desktop.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.