LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 07-19-2009, 08:09 AM   #1
VJohnM
LQ Newbie
 
Registered: Jul 2009
Posts: 2

Rep: Reputation: 0
Unhappy 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?

Last edited by VJohnM; 07-19-2009 at 08:42 AM.
 
Old 07-19-2009, 08:13 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You need to mount the drive.
Something like
mount /dev/sdb /mount
 
Old 07-19-2009, 08:54 AM   #3
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I am unsure whether to format sdb at ext4 or simply fat 32?
You cannot format /dev/sdb
You need to create at least one partition on it first.
(As root)
Code:
cfdisk /dev/sdb
Create at least one partition. Save the changes.
Then you need to format the partition (again, as root)
Code:
mkfs.ext3  /dev/sdb1
    -or-
mkfs.vfat  /dev/sdb1
Then you can mount it (as root), after you have created a mountpoint for it:
Code:
mkdir /media/data
mount -t ext3 /dev/sdb1 /media/data
 
Old 07-19-2009, 09:30 AM   #4
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Hello VJohnM
Quote:
Originally Posted by VJohnM View Post
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.

Best

Charles
 
Old 07-19-2009, 10:22 AM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
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.
 
Old 07-19-2009, 11:19 AM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by jay73 View Post
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.
 
Old 07-20-2009, 03:40 PM   #7
VJohnM
LQ Newbie
 
Registered: Jul 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Smile 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.

The wonders of Ubunto 9.04!

Thanks again and goodbye Vista.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to show file path in folder browser? mhg Debian 2 10-24-2008 10:48 AM
load Linux onto a hard drive on one computer then move the hard drive to another Ark9 Linux - Newbie 2 10-06-2008 06:56 PM
When adding a new hard drive how to get it show up in the Computer section? Rustylinux Linux - Hardware 1 04-06-2008 12:26 PM
need some help partitioning a large (250GB) usb external hard drive vees Linux - Hardware 2 07-04-2006 04:14 AM
FC4 doesn't show all hard drives in Computer thomasfingram Fedora 8 09-23-2005 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration