Hello all:

I am new to gem5. I previously mount a ARM disk by using the following command:
sudo mount -o loop,offset=32256 linux-aarch32-ael.img /mnt
sudo umount /mnt
It works fine. however, i want to mount a X86 disk to /mnt 
and I use the following command

sudo mount -o loop,offset=32256 linux-x86.img /mnt

and it gives me a error.

mount: according to mtab /home/yifeng/gem5-Dir/FS-files/X86/disks/linux-x86.img 
is already mounted on /mnt as loop

Any helps would be appreciate. 


_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to