Pagina 1 di 1
mkinitrd
Inviato: sab 26 giu 2004, 18:50
da antos
non riesco a crearmi l´initrd, mi da un errore, in pratica mi da errore di mount e non riesce a crere l´immmagine
<BR>ah uso il kernel 2.4.23<br>
mkinitrd
Inviato: sab 26 giu 2004, 22:54
da antos
per la precisione l´errore è questo:
<BR><!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE>
<BR>So far the informational part. Next the mounting.
<BR>The command is ´[mount -t fstype]something somewhere.
<BR>details found in /etc/fstab may be omitted
<BR>mount -a [-t|-0]... :mount all stuff from /etc/fstab
<BR>mount device :mount device at the know place
<BR>mount directory :mount know device here
<BR>mount -t type dev dir :ordinary mount command
<BR>Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device.
<BR>One can also mount an already visible directory tree elsewhere:
<BR>mount --bind olddir newdir
<BR>or move a subtree:
<BR>mount --move oldir newdir
<BR>A device can be given by name, say /dev/hda1 or /dev/cdrom, by or label, using -L label or by uuid, using -U uuid .
<BR>Other option :[nfFrsvw][-o option][-p passwdfd]
<BR>For many detail say man 8 mount.
<BR>cp:copying multiple files, but last argument ´rootfs´ is not a directory.
<BR>Try cp --help for more information.
<BR>Usage : umount[-hV]
<BR>umount -a [-f]....
<BR>umount .....
<BR>rmdir too few arguments.
<BR>Try rmdir --help for more information.
<BR>mv:cannot state ´.gz´:No such file or directory </BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End --><br>