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 10-10-2011, 02:12 PM   #1
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
proper term for an unmounted piece of hardware's sort of mount point thing?


Didn't know how to word the question. Take the command
Code:
mount /sdc1 /external.hd
/sdc1 being a partition on a harddrive thats plugged in but unmounted. What would the proper word for /sda1 be? a mount point? a hard point? something else?
 
Old 10-10-2011, 02:31 PM   #2
kubuntu-man
Member
 
Registered: Oct 2011
Posts: 36

Rep: Reputation: Disabled
I think it should be /dev/sdc1.
If so, it denotes the first primary partition on your third harddisk.

Explanation:
/dev/ contains all your devices
/dev/sda is your first hard disk (/dev/sdb would be your second and so on ...)
/dev/sda1 is the first primary partition on it (/dev/sda2 the second ...)

If you want to know more details, search the web for the keywords
Quote:
linux partitioning
A mount point is an empty directory within your filesystem, e.g /media/my_disk.
You can create it using
Code:
mkdir /media/my_disk
and then mount your device using
Code:
mount /dev/sdc1 /media/my_disk
On most linux systems, you need to be logged in as the root user to do that.

If you want to make it permanent, search the web for
Quote:
/etc/fstab
 
Old 10-10-2011, 02:38 PM   #3
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
right, I know how to do it. I'm just wondering what to call /dev/sdc1, since it isn't technically a mount point.
 
Old 10-10-2011, 02:47 PM   #4
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
/dev/sdc1 is a block-special device file; basically a file containing the entire raw contents of the hard disk.

/mnt/external.hd is just a directory when it's unmounted; you'll sometimes hear the term "folder" but that's more of a Windows term. You could also call it a mount-point since it's either defined as a point for mounting in fstab, or else a place where you intend to mount something.
 
1 members found this post helpful.
Old 10-10-2011, 03:57 PM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Cultist View Post
what to call /dev/sdc1
device file
 
1 members found this post helpful.
Old 10-11-2011, 06:57 AM   #6
nagesh.kasar
LQ Newbie
 
Registered: Oct 2011
Posts: 2

Rep: Reputation: Disabled
See

If the partition is coming on same hard disk it means it would be either sda1 , then sda2 or sda3
if the partition is on another hard disk then it would like for 1st partition it will be sdb1 then for 2nd sdb2 & for 3rd it would be sdb3.


for every new hard disk you alphabetical character will increased as sd[a-z].
for every new partition on same hard disk your last numerical charter will increased as sda[1-6].
use this in command to know your disk device .

demesg|grep -i scsi
 
  


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
How to prevent access to unmounted mount point? stanleycia Linux - Newbie 2 03-31-2010 01:32 AM
puppy+grub saves ram installed mount point as HD install mount point agualust Linux - Newbie 0 04-10-2009 11:23 AM
Fullscreen console apps in GNU Screen in an X term (of some sort) problems. bugmenot60 Linux - Software 6 07-21-2006 04:48 AM
inactive mount point can't be unmounted fractal_chaos Linux - General 4 07-01-2004 12:48 PM

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

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