Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kann gefundene Platten nicht Mounten
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Peacer
n00b
n00b


Joined: 05 Aug 2005
Posts: 6

PostPosted: Fri Aug 05, 2005 4:19 pm    Post subject: kann gefundene Platten nicht Mounten Reply with quote

Hi Leutz
Ich hab volgendes Problem
Ich habe mein 2. PC(P4 1.7Ghz 3 IDE Controller) neu aufgesetzt (Gentoo 2.4.28 ). Nun erkennt er nicht mer alle Festplatten und in /dev habe ich nun tausend angezeigte partitionen jedes möglichen Drives, das beginnt bei -atibm über -audio -audio1 -audio2... +hda1 +hda2...+hda20 +hdb +hdb1..+hdh20 nun, ich hab mich in Menuconfig umgeschaut nach PseudofileSystem, binn aber nicht fündig geworden. Leider ist bei hdh20 fertig
bis und mit /dev/hdh1 konnte ich mounten, doch eigentlich sollte es weiter gehen bis hin zu hdp.
beim booten erkennt linux die platten, was für mich heisst er hat den treiber für die beiden letzten IDE Controller
Quote:
...
hdl: attachet ide-disk driver
hdl: host protected area => 1
hdl: 488 sectors (.. MB) w/..KiB Cache, HCS...., UDMA (100) <---(Gekürtztte fassung einer Platte beim Booten)

weiter unten kommt anschliessend
Quote:
Partition check:
hda: hda1 hda2 hda3
hdd: hdd1
hde: hde1
.
.
.
.
hdp: hdp1

Wie bekomme ich dass nun hin, dass ich die restlichen Platten auch noch Mounten kann.

Ich Danke Euch jetzt schon für die Antworten

MFG Peacer
Back to top
View user's profile Send private message
samsonus
Apprentice
Apprentice


Joined: 18 Jan 2005
Posts: 225
Location: Siegen

PostPosted: Fri Aug 05, 2005 4:25 pm    Post subject: Reply with quote

was bringt er denn fuer fehler beim mounten?
Back to top
View user's profile Send private message
Peacer
n00b
n00b


Joined: 05 Aug 2005
Posts: 6

PostPosted: Fri Aug 05, 2005 4:30 pm    Post subject: Reply with quote

dass der Pfad /dev/hdi1 /dev/hdj1..../dev/hdp1 nicht gefunden worden ist.
Quote:
ps-cube ~ # mount /dev/hdi1 /privat/test/
mount: special device /dev/hdi1 does not exist
ps-cube ~ #
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9625
Location: beyond the rim

PostPosted: Fri Aug 05, 2005 4:47 pm    Post subject: Reply with quote

hdp? Wieviel Platten hat die Kiste denn?
Ist das devcfs, udev, oder statisches /dev?
Falls letzteres musst do wohl noch die entsprechenden Nodes erstellen (mit mknod).
Back to top
View user's profile Send private message
Peacer
n00b
n00b


Joined: 05 Aug 2005
Posts: 6

PostPosted: Fri Aug 05, 2005 4:54 pm    Post subject: Reply with quote

Quote:
hdp? Wieviel Platten hat die Kiste denn?

die Kiste beinhaltet 15 Platten, und 1 CD-Rom
Quote:
Ist das devcfs, udev, oder statisches /dev?
Falls letzteres musst do wohl noch die entsprechenden Nodes erstellen (mit mknod).

Ich binn linuxnoob, kann aber sagen, dass es Statisches /dev ist.
warumm ich sage ich binn Noob, Nodes erstellen mit mknod?

Verstehe ich das richtig, wenn ich in der Console einfach mknod eintipplse? (Befehl ist mir noch Unbekannt)
Back to top
View user's profile Send private message
Peacer
n00b
n00b


Joined: 05 Aug 2005
Posts: 6

PostPosted: Fri Aug 05, 2005 5:31 pm    Post subject: Reply with quote

Quote:
Verstehe ich das richtig, wenn ich in der Console einfach mknod eintipplse? (Befehl ist mir noch Unbekannt)

Ich Formuliere mal anders,
mit dem Befehl kenne ich mich nicht aus, vorallem aber auch mit der Situation,dass das nicht läuft.
Quote:

ps-cube ~ # mknod --help
Usage: mknod [OPTION]... NAME TYPE [MAJOR MINOR]
Create the special file NAME of the given TYPE.

Mandatory arguments to long options are mandatory for short options too.
-m, --mode=MODE set permission mode (as in chmod), not a=rw - umask
--help display this help and exit
--version output version information and exit

Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they
must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X,
it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;
otherwise, as decimal. TYPE may be:

b create a block (buffered) special file
c, u create a character (unbuffered) special file
p create a FIFO

Report bugs to <bug-coreutils@gnu.org>.

schnall nicht gans was ich hier erstellen soll?
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Fri Aug 05, 2005 5:45 pm    Post subject: Reply with quote

wiso verwendest du nicht udev oder devfs(veraltet)??
hat das irgenteinen grund ??

wegen mknod und den festplatten-devices schau dir mal http://www.comptechdoc.org/os/linux/howlinuxworks/linux_hldevices.html an.
EDIT: oder auch diese seite:
Code:
http://www.linuxjournal.com/node/2597/print

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Peacer
n00b
n00b


Joined: 05 Aug 2005
Posts: 6

PostPosted: Fri Aug 05, 2005 6:14 pm    Post subject: Reply with quote

Einen Grund dafür gibt es nicht wirklich, ich kenne mich da ja nicht wirklich aus,
ich binn einfach nach dem HowTo von Gentoo.org gegangen, und da habe ich sowas gelesen, binn aber nicht weiter darauf eingegangen. binn mir aber niocht gans sicher, ob das wirklich das ist
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Fri Aug 05, 2005 6:27 pm    Post subject: Reply with quote

am einfachsten wird es sein, wenn du einfach udev installierst.

devfs(veraltet), udev sind programme, die sich um den inhalt von /dev kümmern, sprich sie legen die entsprechenden Device-nodes für die installierte Hardware(deren Treiber geladen ist)an
bzw. löschen sie wieder, wenn sie nichtmehr gebraucht werden.

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9625
Location: beyond the rim

PostPosted: Fri Aug 05, 2005 6:55 pm    Post subject: Reply with quote

Hmm, wenn sich das gentoo-2.4.28 im ersten Post auf den Kernel bezieht scheidet udev als Option wohl aus, ausser du machst erstmal ein Kernel Update auf 2.6.
Back to top
View user's profile Send private message
Peacer
n00b
n00b


Joined: 05 Aug 2005
Posts: 6

PostPosted: Fri Aug 05, 2005 7:02 pm    Post subject: Reply with quote

kernel update klingt sehr verlockend, da moss ich mich gleich mal schlau darüber machen.

Danke schonmal für die gute Beratung/Hilfe
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum