From: "Tom Beer" <mailings@analogon.com>
To: walter@psybernet.co.nz, linux-newbie@vger.kernel.org
Subject: Re: USB device installation
Date: Thu, 18 Apr 2002 11:19:04 +0200 [thread overview]
Message-ID: <022101c1e6ba$18302b00$0901a8c0@system> (raw)
In-Reply-To: 20020418081641.757F752728@psybernet.co.nz
> I have searched around and found this page:
> http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/dnamesdevfs.html
>
> But i am still not sure what to enter for char-major-NUMBER 1
>
> Also you corrected the command to mknod 660 -n /dev/sda1 but it
> seems n does not work here m= mode? n
>
> # mknod 660 -n /dev/sda1 c [b,8,0]
> mknod: invalid option -- n
>
Probably is the -m flag right. try man 8 mknod. After reading
this I would recommend using
mknod 660 -m /dev/sda1 -b 8 0
But be cautions. I won't - as ever - not guarantee that
this will work. Check it out and if it won't work delete
the device node. .
rm -i /dev/sda1.
Greets Tom
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2002-04-18 9:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-17 22:16 USB device installation Walter Logeman
2002-04-18 6:28 ` Tom Beer
2002-04-18 6:30 ` USB device installation [2] Tom Beer
2002-04-18 8:16 ` USB device installation Walter Logeman
2002-04-18 9:19 ` Tom Beer [this message]
2002-04-18 12:13 ` Walter Logeman
2002-04-18 13:17 ` Tom Beer
2002-04-18 23:49 ` Walter Logeman
2002-04-19 14:17 ` Tom Beer
2002-04-21 15:36 ` Walter Logeman
2002-04-22 8:04 ` Tom Beer
-- strict thread matches above, loose matches on Subject: below --
2002-04-21 12:42 walter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='022101c1e6ba$18302b00$0901a8c0@system' \
--to=mailings@analogon.com \
--cc=linux-newbie@vger.kernel.org \
--cc=walter@psybernet.co.nz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.