Ciao a tutti, sarò breve.
Facendo partire qemu con l'accelerazione kqemu mi viene detto che non ho abbastanza spazio per creare la memoria ram e di montare e smontare un volume (vd. citazione)
Che periferica è /dev/shm?codice:marco@laptop-marco:~$ sudo qemu -boot d -m 256 -cdrom /dev/cdrom -hda Windows.img You do not have enough space in '/dev/shm' for the 256 MB of QEMU virtual RAM. To have more space available provided you have enough RAM and swap, do as root: umount /dev/shm mount -t tmpfs -o size=272m none /dev/shm Or disable the accelerator module with -no-kqemu
Che cosa smonto e rimonto con i comandi suggeriti?
Grazie mille in anticipo.
P.s.(Se aveste anche delle guide con esempi migliori di "man mount" - anche in inglese sono bene accetti! =) grazie)

 
					
					
					
						
  Rispondi quotando