From b46b899c4ee09bccfb2d77b157efede11bab1f3b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 27 Dec 2005 01:32:47 +0000 Subject: Translations by Joan Sanz . --- ca/install-methods/create-floppy.xml | 111 ++++++++++++++++------------------- 1 file changed, 51 insertions(+), 60 deletions(-) (limited to 'ca/install-methods/create-floppy.xml') diff --git a/ca/install-methods/create-floppy.xml b/ca/install-methods/create-floppy.xml index fbef8b01b..405ac6f80 100644 --- a/ca/install-methods/create-floppy.xml +++ b/ca/install-methods/create-floppy.xml @@ -1,100 +1,91 @@ - + - Creating Floppies from Disk Images + Creació de disquets a partir d'imatges de disquet -Bootable floppy disks are generally used as a last resort to boot the -installer on hardware that cannot boot from CD or by other means. +Normalment, els disquets arrencables es fan servir com a darrer recurs per +arrencar l'instal·lador en maquinari que no pot arrencar des del CD o per +altres mitjans. -Floppy disk booting reportedly fails on Mac USB floppy drives. +L'arrencada amb disquets falla en les unitats USB dels Mac. -Floppy disk booting is not supported on Amigas or -68k Macs. +No es pot arrencar amb disquets ni en els Amiga ni en els Mac 68k. -Disk images are files containing the complete contents of a floppy -disk in raw form. Disk images, such as -boot.img, cannot simply be copied to floppy -drives. A special program is used to write the image files to floppy -disk in raw mode. This is required because these -images are raw representations of the disk; it is required to do a -sector copy of the data from the file onto the -floppy. +Les imatges de disquet són fitxers que contenen, en pla (raw), +el contingut sencer d'un disquet. Igual com en el cas del fitxer +boot.img, no hi ha prou de copiar-les al disquet. +Cal fer servir un programa que escriu al disquet la imatge en pla. +Això és així perquè aquestes imatges són representacions exactes del disquet; +cal fer una còpia per sectors de les dades del fitxer al disquet. -There are different techniques for creating floppies from disk images, -which depend on your platform. This section describes how to create -floppies from disk images on different platforms. +Hi ha mètodes diferents per crear disquets d'imatges de disquet, +segons la plataforma. Aquesta secció descriu com crear-los en +diverses plataformes. -No matter which method you use to create your floppies, you should -remember to flip the write-protect tab on the floppies once you have -written them, to ensure they are not damaged unintentionally. +Independentment del mètode emprat, recordeu que hauríeu de bloquejar +els disquets contra l'escriptura una vegada els hàgeu escrits, +per cerciorar-vos que no s'espatllen accidentalment. - Writing Disk Images From a Linux or Unix System + Confecció de les imatges de disquet en un sistema Linux o Unix -To write the floppy disk image files to the floppy disks, you will -probably need root access to the system. Place a good, blank floppy -in the floppy drive. Next, use the command +Per a escriure imatges de disquet als disquets, probablement us caldrà tenir +accés de superusuari al sistema. Poseu un disquet verge i en bon estat a la +disquetera. Després, feu servir l'ordre -$ dd if=filename of=/dev/fd0 bs=1024 conv=sync ; sync +$ dd if=nom-de-fitxer of=/dev/fd0 bs=1024 conv=sync ; sync -where filename is one of the floppy disk image -files (see for what -filename should be). -/dev/fd0 is a commonly used name of the floppy -disk device, it may be different on your workstation -(on Solaris, it is +on nom-de-fitxer és un dels fitxers imatge del disquet +(vegeu sobre quin hauria de ser el +nom-de-fitxer). +/dev/fd0 és el nom usual de dispositiu per a la disquetera, +però podria ser diferent en la vostra màquina (en Solaris, és /dev/fd/0). -The command may return to the -prompt before Unix has finished writing the floppy disk, so look for -the disk-in-use light on the floppy drive and be sure that the light -is out and the disk has stopped revolving before you remove it from -the drive. On some systems, you'll have to run a command to eject the -floppy from the drive -(on Solaris, use eject, see -the manual page). +Potser se us retornarà a l'indicador abans que el Unix haja acabat el procés +d'escriptura del disquet, per tant mireu el pilot de la disquetera +per assegurar-vos que el llum està apagat i que el disquet ha parat de fer voltes +abans d'extraure'l. En alguns sistemes cal una ordre per expulsar-lo +(en Solaris, empreu eject, consulteu el +manual). -Some systems attempt to automatically mount a floppy disk when you -place it in the drive. You might have to disable this feature before -the workstation will allow you to write a floppy in raw -mode. Unfortunately, how to accomplish this will vary -based on your operating system. - -On Solaris, you can work around -volume management to get raw access to the floppy. First, make sure -that the floppy is auto-mounted (using volcheck or -the equivalent command in the file manager). Then use a -dd command of the form given above, just replace -/dev/fd0 with -/vol/rdsk/floppy_name, -where floppy_name is the name the floppy -disk was given when it was formatted (unnamed floppies default to the -name unnamed_floppy). On other systems, ask your -system administrator. +Alguns sistemes proven de muntar automàticament el disquet quan l'introduïu +a la disquetera. Podríeu haver de deshabilitar aquesta funcionalitat perquè +l'ordinador puga escriure el disquet en pla (raw mode). +La manera de fer això varia segons el sistema operatiu emprat. +En Solaris, ho podeu fer saltant-vos la gestió de volums. +Primer, assegureu-vos que el disquet s'ha automuntat +(empreu volcheck o l'ordre equivalent, en el gestor de fitxers). +Després empreu una ordre dd de la forma donada abans, tot +reemplaçant /dev/fd0 amb +/vol/rdsk/nom-del-disquet, +on nom-del-disquet és el nom del disquet indicat +quan fou formatat (els disquets sense nom tenen per defecte el nom +unnamed_floppy). En altres sistemes, demaneu-hi a +l'administrador del sistema. -If writing a floppy on powerpc Linux, you will need to eject it. The -eject program handles this nicely; you might need -to install it. +Si s'escriu un disquet en un Linux powerpc, caldrà extraure'l. El programa +eject ho fa, això; potser l'haureu d'instal·lar. -- cgit v1.2.3