|
Ive installed Ubuntu inside of a Sun VirtualBox. When I maximise the VirtualBox window the Ubuntu window stays the same size and does not dynamically grow with the size of the VirtualBox window.
Ive seen this done before. How do I set it up? (And no Im...
Started by Evolve on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If they are not, you can install them by following some at ubuntu-tutorials
Fixed the above problem with regards to 'The Windows Guest Additions drivers.
If the additions are available for Ubuntu.
|
|
This has happened before to me, but I can't remember how I fixed it.
I can't compile some programs here on a new Ubuntu install... Something is awry with my headers.
I have tried g++-4.1 and 4.3 to no avail.
g++ -g -frepo -DIZ_LINUX -I/usr/include/linux...
Started by Sean on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
My includes are now.
size_t seems to be get wiped out by the second includes.
G++ has been only getting on this particular distro.
The C++ standard defines size_t to be in cstddef (see section 18.2/table 17).
|
|
Possible Duplicate:
How to extend partition size in linux(ubuntu 9.04) ?
Hi Friends,
I am using Ubuntu 9.04 in vmware for my programming purpose. I previously had 12GB of virtual harddisk, my partition scheme was as follows,
8GB Primarimary Partition ...
Started by Sunny Shah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I don't think that you will be able to use a graphical tool like GParted in vmware (the... .
Copy over the linux installation (see "cp -a" )
Disconnect the original disk .
Mount it under linux in vmware.
Safest way is to create a new empty drive in VMware .
|
Ask your Facebook Friends
|
I'm trying to find a backup software for Ubuntu that will create backups in chunks for specified limit.
Think of it like splitting a RAR into multiple 50mb files.
I've tried Back In Time and Simple Backup but both are not offering that feature.
Can you...
Started by GRex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Also there are rsnap? is capable of creating incremental backups with rsync, although for incremental I'd ask myself if a version control... .
I recommend xz compression.
See man tar and man split for more information.
You can create a tarball and then split it.
|
|
Hi Friends,
I am using Ubuntu 9.04 in vmware for my programming purpose. I previously had 12GB of virtual harddisk, my partition scheme was as follows,
8GB Primary Partition for (/)
2GB logical extended partition for home
2GB logical extended partition...
Started by Sunny Shah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can increase the size of the virtual machine's disk capacity with the command-line tools.
|
|
After installing Ubuntu, I was wondering if there was anyway possible, without reformatting, to adjust the partition size?
Started by BeMyManikin on
, 10 posts
by 3 people.
Answer Snippets (Read the full thread at ubuntuforums):
|
|
We have an Ubuntu server vmware-instance which appears to be installed with the 64-bit version.
Unfortunately we now want to move it to a 32-bit only host, so the current installation will not run. The installation is rather tweaked, so I'd really, really...
Started by Thorbjørn Ravn Andersen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If that does not work, reinstall Ubuntu and copy the config files over in small batches to see this will not replicate anything you did not install....
Not having done this migration.
I know that it is not only the kernel that is 64-bit in Ubuntu.
|
|
Hey guys, today I copied 2 video files from my Ubuntu partition to an attached USB stick but I realized Ubuntu is showing an incorrect file size for both files Both files are 700mb (as confirmed under Windows) but in Ubuntu they are 730mb...It is weird...
Started by d4m1r on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at ubuntuforums):
I think you'll find.
That your ubuntu is reporting the correct file size in MB, not MiB: ls -lh filename
the latter will give you the human readable file size.
|
|
Why is it recommended that the swap partition size be double that of the RAM size?
Specifically, why would I need to store data stored in the RAM twice??
Started by eSKay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I would think it also depends ....
You'll need minimum 1 X your memory size if you suspend-to-disk (hibernation), and add enough spare times.
Swap partition having double the memory size is just a general guideline, not a hard and fast rule.
|
|
Hi all,
I had created a small partition for Ubuntu 11.10 when I installed Ubuntu. Unfortunately, the only way was to reduce my Win7 partition and move the Ubuntu partition to the left.
Using a live USB of Ubuntu and GParted, I first took off the amount...
Started by yelojakit on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at ubuntuforums):
Did you look here ?.
|