Google Groups Home
Help | Sign in
how to create /dev/sdc ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
RS  
View profile
 More options Aug 8 2003, 12:38 am
Newsgroups: comp.os.linux.hardware, linux.dev.scsi, comp.os.linux.misc
From: RS <NoEm...@nospam.com>
Date: Fri, 08 Aug 2003 00:23:28 -0400
Local: Fri, Aug 8 2003 12:23 am
Subject: how to create /dev/sdc ?
Hi, there,
I accidentally deleted /dev/sdc.
Would someone please tell me how to create it back.

Is it by using 'mknod'? What would be the MAJOR and MINOR
be? I think the type is 8.

Thanks in advance!
Roger
email: rs...@bigmailbox.net


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
V. Turner  
View profile
 More options Aug 8 2003, 1:20 am
Newsgroups: comp.os.linux.hardware, linux.dev.scsi, comp.os.linux.misc
Followup-To: comp.os.linux.hardware
From: "V. Turner" <renr...@yahoo.com>
Date: Fri, 08 Aug 2003 05:20:44 GMT
Local: Fri, Aug 8 2003 1:20 am
Subject: Re: how to create /dev/sdc ?

RS wrote:
> Hi, there,
> I accidentally deleted /dev/sdc.
> Would someone please tell me how to create it back.

> Is it by using 'mknod'? What would be the MAJOR and MINOR
> be? I think the type is 8.

Two ways:

1) cd /dev; ./MAKEDEV sdc

man MAKEDEV for more info.  For instance "./MAKEDEV -S sdc", will show you
what it will do without actually doing it.

2) mknod -m 0660 /dev/sdc b 8 32
   chown root.root /dev/sdc

(I actually got the above from running MAKEDEV with the -S option).


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google