|
So I I resized a partition and now the partition table seems like it is screwed up. I am running Windows 7. When I open the "Disk Management" The table at the top of the screen show the disk as 139GB. Down below, in the graphical partition representation...
Started by Phobis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You can use ParImage on that....
You can resize then I would boot off a live CD live CD like System Rescue CD and see how it lists the partition size.
I can only guess here, but I assume that your partition is only 139GB in 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):
You'll need minimum....
Swap partition having double the memory size is just a general guideline, not a hard and fast rule SwapFAQ
SUperuser - Swap partition size for 4GB RAM
Do I Need a Swap Partition and If So, How Big.
|
|
How can I reduce the size of an existing LVM partition without screwing the data in there?
What if that partition is the root (/) partition?
Started by Mathieu Longtin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
$ sudo resize2fs /dev/vg/mylv
You could also simply calculate the right size by....
You have on the device, it will pick up the block device's size.
First you can't reduce a mounted partition (at least that's the case for ext{2,3,4}).
|
Ask your Facebook Friends
|
How do I determine the block size of an ext3 partition on Linux?
Started by mike on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Df -h du-h fdisk above 3 command will give size of block in all ....
# tune2fs -l /dev/sda1 | grep -i 'block size' Block size: 1024
Replace /dev/sda1 with the partition you want to check.
Fdisk will give you this information.
|
|
The size of a FAT32 partition cannot be changed without activities associated with reformatting the disk. Explain why this is so.
Started by Smart Girl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
EASEUS....
With EASEUS Partition Master )
however, it is recommended to backup the drive before tampering with partition tables.
The size of a partition on a FAT 32 disk cannot be changed without activities associated loss (e.g.
|
|
I'm planning to install Ubuntu 9.04 version. How much space should I dedicate for swap partition. I remember setting it to double the RAM size when I installed long back. At that time my RAM was 256 MB. So I had set the swap partition to 512 MB.
Started by n0v1c3c0d3r on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Secondly, remember that RAM is sizedIs it still necessary to reserve... .
And then I suppose you can easily change the size if you would insert need a swap partition at least the size of your RAM.
On a file on the system partition.
|
|
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 .
|
|
I've a MD3000 and the max partition size that I can allocate is 2TB. Is there any way, through firmware updates or other trickery, to allocate a useful amount of space to a partition, 4TB say?
Is it possible to use a different PERC card with the MD300...
Started by Mr. Flibble on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The MD3000i is an iSCSI target that you connect to... .
The MD3000 is a box you SAS-cable directly to a host and can be used by that box only .
Some clarification regarding the comments above...
You need the 'Generation 2' firmware upgrade - HERE 's a link .
|
|
What is the recommended size for a server 2008 system partition? I've seen 20GB as well as 49GB suggested but I can't seem to find any white papers or best-practices documents on the subject.
Answer Snippets (Read the full thread at serverfault):
Give yourself some extra room for things you forgot to factor to go with 20GB system ....
Don't on space for the OS partition.
Is the recommended size for a server 2008 system partition?
As far as cleaning up the Winsxs directory...
|
|
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.
|