LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-16-2007, 06:10 PM   #1
cthomas
Member
 
Registered: Aug 2005
Posts: 91

Rep: Reputation: 15
Hard Drives


I have three externial drives: Two of them are seagate ST3320620AS and the other one is a Western Didigtal WDC-WD800JD-00LS.

In Yast my externial drives are seen like this:

Drive Size Type Mount
/dev/sda 298GB ST3320620AS
/dev/sda1 298GB Linux native

/dev/sdb 74.5GB WDC-WD800JD-00LS
/dev/sdb1 74.5GB SFS

/dev/sdc 298GB ST3320620AS

Would some body explain to me the meaning of what I'm seeing in Yast? From the looks of this none of the drive are mounted. Right?
 
Old 02-16-2007, 06:55 PM   #2
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
The information says exactly what you have got; 3 disks sda, sdb and sdc. 1 partition each in the first 2 and none in the last.

Whether the partition has been mounted depends on the Linux and also if the each partition has been formatted and contain files inside.

Take your sdc fro example. Linux saw nothing, no partition table. Therefore the disk is possibly a brand new raw disk. What is the point of mount it? If Linux mount a partition it means you and Linux can see files inside.

Linux do not mount a disk. It is always a partition to be mounted. You can mount any partition manually. First you make a directory in the filing tree and the standard mounting point is /mnt.

Thus if you want to mount the two partitions manually, assuming the Linux isn't doing it for you, you just type terminal commands
Code:
sudo mkdir /mnt/sda1
sudo mkdir /mnt/sdb1
sudo mount /dev/sda1 /mnt/sda1
sudo mount /dev/sdb1 /mnt/sdb1
When you format you always format a "device" which should not be mounted.
 
Old 02-17-2007, 10:24 AM   #3
cthomas
Member
 
Registered: Aug 2005
Posts: 91

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by saikee
The information says exactly what you have got; 3 disks sda, sdb and sdc. 1 partition each in the first 2 and none in the last.

Whether the partition has been mounted depends on the Linux and also if the each partition has been formatted and contain files inside.

Take your sdc fro example. Linux saw nothing, no partition table. Therefore the disk is possibly a brand new raw disk. What is the point of mount it? If Linux mount a partition it means you and Linux can see files inside.

Linux do not mount a disk. It is always a partition to be mounted. You can mount any partition manually. First you make a directory in the filing tree and the standard mounting point is /mnt.

Thus if you want to mount the two partitions manually, assuming the Linux isn't doing it for you, you just type terminal commands
Code:
sudo mkdir /mnt/sda1
sudo mkdir /mnt/sdb1
sudo mount /dev/sda1 /mnt/sda1
sudo mount /dev/sdb1 /mnt/sdb1
When you format you always format a "device" which should not be mounted.

So when I put in a brand new disk. It will show up something like this:/dev/sdc (sda, sdb, sdc, sde) 298GB ST3320620AS. The next step is to create a partition/s on it. And then it will show up like: /dev/sda 298GB ST3320620AS; the raw drive
/dev/sda1 298GB Linux native
The next step is to format the drivre. If I format the drive with ext3 it will give me a Linux native (83). Right?

What do you mean by this. "When you format you always format a "device" which should not be mounted."

And what is SFS?
 
Old 02-17-2007, 11:16 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,692

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
83 linux native is a partition ID which is different from filesystem type i.e ext2. You specify the ID when the drive is partition. sfs (Secure Filesystem) is an encrypted filesystem but do not know how it works.
 
  


Reply



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
2 hard drives, XP on my main sata drives, 10.2 on my IDE LILO doesnt show on boot up Dachy Slackware 14 01-03-2008 07:01 AM
Hard Drive Partitioning for Large Hard Drives Matir Linux - General 2 12-26-2006 05:55 AM
2 hard drives gtoman Linux - Newbie 5 06-06-2006 01:45 PM
External Hard Drives/Hard Drives ddrfreak Mandriva 1 12-16-2004 06:12 PM
Upgrading hard drives on Software raid 1 boot drives. linuxboy123 Linux - General 0 12-11-2003 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:44 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