I guess you want to do that to get some more space for Minix (the Qemu guest machine)?
Do you have the Qemu Launcher installed? If so, then it's gonna be a pretty easy task.
I've successfully tested following steps with DSL as Qemu guest on FreeBSD host:
1. Creating the actual virtual disk on host:
Open a shell and go to a directory, where you want to create the virtual disk and type following command (In my case I wanted the virtual disk to be 1 GB "large")
2. Open the Qemu Launcher, click on the button "Open" next to "Hard disk 1" entry, browse to the directory which is containing the image you have previously created, select the image and click the "Open" button.
3. Launch your Guest OS.
4. Now you need to check if the new created disk is recognized by your Guest OS. Run
to know that. If you're lucky, you will find a couple lines similar to these:
5. Right now you need to create a partition:
The usage of this tool is pretty self-explanatory.
6. Reboot Guest OS
7. Check if the partition was successfully created, use "dmesg | grep hd" again. This time the hdb line will look slightly different:
Looks good ^^
8. It's time to format the partition:
9. Mount your new virtual disk:
10. Enjoy
This User Gave Thanks to pseudocoder For This Post:
Hello All,
I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows,
/boot - Linux Partition & another is
LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc).
Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
have been trying to create a 2 GB ramdisk (virtual) to run on my T-2000 simulator (Legion) which has sun4v architecture. I have a SPARC workstation which runs on sun4u architecture with Solaris 10.
I have created a ramdisk image using dd command, newfs, then used ufsrestore to restore the... (3 Replies)
Hello,
I am a new member of the forum.
I need an idea on how to partition the disk.
My situation is as follows:
I have two 3TB disks ognuno.In 6TB total then, but I have to do to force a RAID 1 so my space will be 3TB. I'll have to force install RedHat 5.8 and liquids is to be taken in... (4 Replies)
Hi guys can someone please advise... are there 2 types of VM used in HP-UX? because i have seen 2 sets of commands the one uses hpvm* (hpvmstatus) then the other it starts with v* (vparstatus) (2 Replies)
Hi all,
I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
I have 3 disks to partition in following file system.
c1t1d0 = 72gb
/prod1
/prod2
/prod3
/prod4
/prod5
I am first time using "format" command to do this. How can i name with specified size.
-Adeel (1 Reply)
Have a solaris x86 running solaris 9.
Root disk - logical - mirrored.
I added 2 more disks today - and I have mirrored them using array configuration utility.
I did a reconfiguration boot - and now I can see the logical disk using format:
I then partitioned this the way I wanted (I hope)... (4 Replies)
Hi All,
While my LINUX SERVER installed we didnt' used all the space for partitions. with what tool I can create a new partition or mount point to use the free space.
I tried the command fdisk and diskdruid. They are not working.
Thanks in advance
With Best regards,
Varma. (2 Replies)