2 Festplatte wird nicht eingebunden

German Forum
Post Reply
rolo
Posts: 46
Joined: 21. Feb 2010, 09:30

2 Festplatte wird nicht eingebunden

Post by rolo »

Meine 2. Festplatte /dev/sdb wird nicht automatisch eingebunden. Wie oder was muß in die fstab eintragen oder gibts dafür ein Tool?
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: 2 Festplatte wird nicht eingebunden

Post by thenktor »

Dafür müsste ich wissen, welche Partitionen und welche Dateisysteme da drauf sind. Führ mal folgendes Kommando aus: parted /dev/sdb print
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
rolo
Posts: 46
Joined: 21. Feb 2010, 09:30

Re: 2 Festplatte wird nicht eingebunden

Post by rolo »

Code: Select all

root[rolo]# parted /dev/sdb print
Modell: ATA SAMSUNG HD161HJ (scsi)
Festplatte  /dev/sdb:  160GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos

Nummer  Anfang  Ende   Größe  Typ      Dateisystem  Flags
 1      32,3kB  160GB  160GB  primary  ext3  
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: 2 Festplatte wird nicht eingebunden

Post by thenktor »

In die fstab:

Code: Select all

/dev/sdb1       /mnt/platte   ext3    defaults        1       2
Das 2. ist der mountpoint. Den kannst du beliebig setzen, musst ihn aber natürlich auch anlegen: mkdir -p /mnt/platte
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
rolo
Posts: 46
Joined: 21. Feb 2010, 09:30

Re: 2 Festplatte wird nicht eingebunden

Post by rolo »

Danke für den Tip. Funktioniert :)
Post Reply