[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Copia su floppy



Pasquale Matera wrote:

Che comando devo usare per copiare un file su un floppy?

Dipende: se è un floppy formattato ms-dos:

   mcopy <nomefile> a:

Se invece non ti interessa la formattazione ms-dos, formatta con

   mke2fs /dev/fd0

creati una directory (se già non ce l'hai) con

   mkdir /floppy

poi montalo con

   mount -t ext2 /dev/fd0 /floppy

copiaci quello che vuoi con

   cp <filedacopiare> /floppy

infine

   umount /floppy

Ciao

--

Andrea Mennini
Cisco Certified Network Associate (CCNA (r))

ICQ:5459894
Registered Linux User #24583




Reply to: