hjælp til mount
Jeg kan godt bruge lidt hjælp til mount af 2 stk. dvd drev se her:
Probing IDE interface ide0...
hda: NIKIMI QW400A, ATA DISK drive
hdb: ST3160815A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: CW088D ATAPI CD-R/RW, ATAPI CD/DVD-ROM drive
hdd: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
/dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 >
hdb: max request size: 1024KiB
hdb: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(100)
hdb: cache flushes supported
/dev/ide/host0/bus0/target1/lun0: p1 p2 p3
hdc: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 48X CD-ROM drive, 128kB Cache, UDMA(33)
Hvordan klare man lige det?
Termo
Probing IDE interface ide0...
hda: NIKIMI QW400A, ATA DISK drive
hdb: ST3160815A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: CW088D ATAPI CD-R/RW, ATAPI CD/DVD-ROM drive
hdd: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
/dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 >
hdb: max request size: 1024KiB
hdb: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(100)
hdb: cache flushes supported
/dev/ide/host0/bus0/target1/lun0: p1 p2 p3
hdc: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 48X CD-ROM drive, 128kB Cache, UDMA(33)
Hvordan klare man lige det?
Termo
Kommentarer3
Re: hjælp til mount
hdd: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
dvs. /dev/hdc og /dev/hdd er dine dvd drev.
mkdir /mnt/hdc
mkdir /mnt/hdd
mount /dev/hdc /mnt/hdc
mount /dev/hdd /mnt/hdd
Dine data fra dvd drevene vil nu være at finde i /mnt/hdc og /mnt/hdd
Vær opmærksom på, at drevet ikke skal mountes hvis du vil se dvd film.
Re: Re: hjælp til mount
det virker desværre ikke jeg får følgende fejl:
root@cam:/etc# mount /dev/hdc /mnt/hdc
mount: Medium ikke fundet
nogen der har en løsning?
Re: hjælp til mount