Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
32 views

resize a xen hvm disk

Ok, I am trying to resize a Xen HVM disk. I have added the space to the vm as you can see here it is now 780GB. --- Logical volume --- LV Name /dev/VM_VolGroup/vm104_img VG Name ...
1
vote
1answer
47 views

Unmounting the root filesystem (/) for resizing without a rescue cd?

I am just trying to figure out if this is possible to do. I am trying to resize a number of filesystems, and to be safe (these are production boxes as well as QA) I wanted to do the resize offline. I ...
0
votes
1answer
45 views

How can I slow down I/O operation in a disk when the LVM is being re-sized?

I want to re-size a LVM volume online in my Linux box. It is taking very long time to complete, since there are I/O operations being performed on that volume. Is there any way I can tell every other ...
1
vote
1answer
104 views

Root file system not grown after replacing with a larger EBS on AWS

I had a 8GB EBS attached to my EC2 Instance but I was running out of space what I did on the AWS Management Console: Create a snapshot of the current EBS (8GB) Create a new EBS based on the ...
1
vote
2answers
176 views

Resize Windows 7 Guest virtualised under KVM on Centos 6

I created a windows 7 virtual machine on Centos 6 running the following: virt-install --name=W7VIRT64 --ram=768 --disk path=/var/lib/libvirt/images/guest1-win7-32,size=8 --vnc --network ...
0
votes
2answers
51 views

How do you reallocate hard drive space between directories in Unix FreeBSD?

I was wondering what it takes to reallocate hard drive space between root directories in Unix FreeBSD? For example, take away space from the /usr directory and add to the /dev. This question was ...
1
vote
2answers
112 views

Resizing logical volume on Oracle Enterprise Linux 5.6

I'm running Oracle Enterprise Linux 5.6 as a virtual machine inside Virtualbox 4.0.12 on my mac. Initially I had allocated 8G of hard disk space and now I increased the virtual hard disk size to 30G. ...
1
vote
1answer
70 views

Extend volume group with adjacent unallocated space

I want to grow my volume group to use the unallocated space next to it. Name Flags Part Type FS Type [Label] Size (MB) ...
1
vote
2answers
230 views

Resizing this particular partition, Mac OS [closed]

I am currently running on Apple Mac OSX Lion 10.7 (11A480b) and I am trying to resize my partitions on the disk for one of our servers. I already downsized a previous installation of Mac OSX Lion ...
1
vote
2answers
152 views

Resizing swap partition (RHEL 5.x)

Following is how parted print looks like: (parted) print Model: VMware Virtual disk (scsi) Disk /dev/sda: 26.8GB Sector size ...
0
votes
3answers
108 views

Cloning & resizing Server 2003 partitions with gparted, some questions

Ok, so the situation I have is this. I've got a couple of Dell PowerEdge 2950's that are running out of drive space on the boot volume, they have a perc 5/i hardware Raid Controller. I've bought 4 ...
1
vote
1answer
133 views

Resize a rebuild CPQ hardware RAID

I have a HP/Compaq DL360 with two 73gig HDs and a Smart Array 6i in a mirror, and CentOS 5.5.I'm low on space, so I alternately swapped in two 300 gig units and let the RAID card rebuild them. Now I ...
0
votes
1answer
72 views

How do you deal with AWS 32 and 64 bit server size limitations?

I'm trying to figure out the best way to start small instance - 1.7GB RAM, 1 ECU on AWS and be able to resize it up to 7.5GB Large and beyond - and likewise to come down from a 7.5gb large to a Small ...
2
votes
1answer
127 views

reshaping raid and growing raid

This is a two part question. 1) Can you reshape raid 5 to 6 with mdadm on linux (fairly sure you can, but cant get mdadm to accept it) 2) Can you do 1) while also growing the array in one go ?
0
votes
1answer
675 views

Online EXT4 on LVM resize

Have such partitions/volumes/mountpoints: =$ LC_ALL=C df -hP | column -t Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg0-rootlv 19G 854M 17G 5% / ...
0
votes
2answers
274 views

From Raid-1 to Raid-5

I want to upgrade from Raid-1 to Raid-5 but don't want loss of data. It seems that the way to do it is some 3rd party programs. Can you recommend me some applications or another way to do that? HP ...
1
vote
3answers
130 views

Mdadm resize not mounting at correct new size

Before, I had four 1TB drives on a RAID array. I added two more 1TB drives to the array, let it do its rebuild and it is not showing the size increase when I mount it. jacks@Gen2:~$ df -h ...
1
vote
4answers
110 views

How can I extend the partition size without booting to the partition

I'm looking for a way to extend a partition size from about 120g to 500g. The partition is currently in sysprep mode - I'm not wanting to boot to the partition as it needs to stay in sysprep mode. ...
0
votes
2answers
57 views

Resizing Compressed Volume in Windows Server 2008

I recently ran into an interesting situation with a client. They were reporting that the application we support was having performance issues, namely it was running very slowly. Upon investigation we ...
0
votes
1answer
304 views

Resize LVM after cloning disk

I have cloned a 160Gb disk onto a 1TB disk. See here for the exact details. Clone ubuntu linux hard disk I want the use the entire disk. How do i get the volume to use the whole disk. There where ...
2
votes
1answer
45 views

Can't resize Folder properties window

I've opened the properties window of a folder to view it's security groups, but the security group names are too long to be fully readable in the security tab. There is no way to resize the window. ...
1
vote
3answers
245 views

Real-time Image Resize, Cropping and Caching Server Product

I'm investigating what products are out there that will allow you to request images through a HTTP API in arbitrary image sizes. The server would behind a CDN but would still need to be able to handle ...
0
votes
1answer
55 views

resize partition hfs ntfs

Is there any tool available to grow a primary NTFS partition at the expense of an adjacent HFS partition ? (like in the image: http://i.stack.imgur.com/9kRXf.png Thank you
2
votes
1answer
2k views

How long should resize2fs take on a 1TB partition?

I've got a new computer at the university and almost set up everything for myself on it when I've noticed that the previous user of the machine used a huge 1TB ext3 partition only. I usually keep ...
0
votes
1answer
389 views

Howto align partitions in Linux + NetApp

NetApp support has suggested us aligning partitions to improve performance, in short: starting sector must be divisible by 8. How can I move the start point in a misaligned partition -in production, ...
2
votes
1answer
272 views

Is it possible to enable online resizing after the fs was created?

I have an Ext3 filesystem sitting on an LVM volume group. The partition was formatted before online resizing was enabled by default. Is it possible to turn this feature on after the fact, like ...
0
votes
1answer
717 views

Resizing ext2/3 partitions (including /usr) on a live system

I'm building a system with fairly limited disk space that will use LVM, and I'd like to be able to resize the partitions as freely as possible without bringing the system down. In particular, I'd ...
0
votes
2answers
774 views

How can the “actual” size of VHD/VMDK files be reduced after deleting unwanted files?

Somewhat akin to this question I asked on superuser, and this one for Hyper-V, after deleting files from a VM, how can the virtual disks be resized back downwards? For example, perhaps the VM has ...
1
vote
1answer
537 views

Resize Ubuntu Linux system to smaller disk inside VMware ESXi

I have several Ubuntu Linux virtual machines running on VMware ESXi hosts that have all been allocated disks much larger than their required capacity. As space is now becoming an issue on our SAN, I'd ...
0
votes
2answers
1k views

Root partition full? CentOS

I'm running CentOS 5.4 and my / is full. I wanted to install gparted but in order to do that I must install Priorities and it's when I get an error saying / is full so I can't go forward. Here's some ...
0
votes
1answer
316 views

Resize the /var directory in redhat enterprise edition 4

I am running NDB mysql. the log files fills up the /var directory. therefore i cant start the ndbd service now. as a temporary fix, i have deleted the log files and again working fine. but again the ...
0
votes
1answer
187 views

LVM + ReiserFS caches totally wrong information and breaks system?

A server, to which I only have remote access has a raid with lvm and reiserfs partitions on it. I will limit the information to the /home partition in the following, other partitions have the same ...
0
votes
2answers
1k views

Debian - resize root ext3 partition on remote system

Hello I want to resize (shrink) root ext3 fs partition of remote Debian 5.0 system. There is no LVM. Is it possible without using a livecd? E.g. via custom initrd.img. And second problem - Can I ...
2
votes
1answer
612 views

Install ImageMagick with liquid-rescale support

I have installed ImageMagick 6.5.8 from source on Ubuntu 8.10 followed by the instructions listed here > tar xvfz ImageMagick.tar.gz > cd ImageMagick-6.5.8 > ./configure > make > sudo ...
1
vote
2answers
491 views

How can I minimise the size of an ext3 partition (and its LVM logical volume)?

I am using LVM on Ubuntu 9.10 (Karmic). I have a single LVM physical volume (and a single volume group). I have an ext3 filesystem inside an LVM logical volume which I no longer use, but for the time ...
0
votes
1answer
499 views

How to change size of remote ssh session in my terminal?

I use Terminal app for ssh connection to my Ubuntu vps. Problem with size of remote terminal size, in don't fill my Terminal app window, only part. How to make it fill full terminal area?
1
vote
1answer
2k views

How do I resize the partition of my guest Ubuntu OS in a VMware Fusion VM?

I'm running Ubuntu 8.04 in a VM in VMware Fusion 3.0. I understand how to resize the hard disk (Fusion makes that easy with a GUI). But how do I resize the partition in Ubuntu? mount -l tells me: ...
0
votes
2answers
327 views

How to reallocate space between two LVM VGs?

I have two disk partitions, say sda1 and sda2, each containing a VG. sda1 -> VG_SYS sda2 -> VG_GUESTS VG_SYS has a number of LV, one for every partition I needed. The problem is that VG_SYS has ...
0
votes
1answer
238 views

Is it Possible to Reduce (Shrink) a Linux Software RAID10 Array?

I'm trying to shrink a Linux software RAID10 array. I have already shrunk the FS volume. The md volume is 64kb chunks w/ "far" mode. Is it possible to safely shrink the underlying RAID array in ...
5
votes
4answers
13k views

ESXi 4.0 resize a VM hard drive size

I am using ESXi 4.0, I have a few VM's on the machine. I have just copied teh .vmx and .vmdk to create a new copy of the VM. They are normally 100GB but I want to create a few of these that are ...
2
votes
2answers
187 views

Recover from power outage during ntfsresize?

After upgrading disks on our local server, I was using the "Parted Magic" boot disk along with gparted to move & resize an NTFS partition. I believe it uses the 'ntfsresize' tool internally. ...
1
vote
3answers
857 views

How can I resize a regular (non-LVM) partition?

Sorry for my poor English, I hope you will understand me. A month ago I set up a Ubuntu server with a 500GB HDD, while installing the system I created regular, non-LVM, partitions - here's their ...
0
votes
4answers
4k views

Resizing Xen guests using LVM

I have a RHEL 5.4 server running as a Xen Dom0, and wish to install several RHEL 5.4 DomU guests using LVM as the guest disks. I have created the following two LVs: xen-test02-root VM-VG -wi-a- ...
2
votes
5answers
3k views

Resize debian /tmp partition

My /tmp partition keeps running out of space on a very large SQL query. How can I make the /tmp partition bigger? Thanks Tom EDIT: Here are the outputs from the requested commands blkid ...
0
votes
2answers
582 views

How do I get a Xen domU to notice a change in the block size of one of its phy devices?

I'm running lvm in my Xen domU, and I can increase the size of a logical volume on the fly, and inside the domU I can increase the size of the filesystem on the fly to the size of the domU's block ...
2
votes
2answers
2k views

How do I restore a partimage image to a smaller drive?

Without thinking, I made a partimage image of a ~1TB ext3 partition, which only actually contained about 2GB of data, so gzipped down to that size. I then wiped it and used it for something else. I'd ...
2
votes
3answers
2k views

Online resize of mounted ext3 logical volume

I am on SLES10 and am trying to extend the size of /usr I did: lvextend -L +5G /dev/vg00/vol03 which seemed to work. Now when I try to do: resize2fs /dev/vg00/vol03 11G I get: an ... is ...
0
votes
2answers
189 views

Does a resize of a partition typically stretch the existing size of the used space on your file system?

On a dual boot system (Vista/Jaunty) I wanted to take some unallocated space and enlarge my ext3 partition. Upon doing so I noticed that the disk check that runs from parted kept failing at the end ...
4
votes
4answers
3k views

How to resize a HFS+ Partition?

I am about to upgrade the hard disk of my MacBook. (From 60GB to 320GB, which I know is below the limit of 500GB). I was both able to install an OS X on the new drive and also to transfer the old ...
2
votes
5answers
393 views

Can I resize reiserfs off of a failing LVM volume?

A while back I pulled some spare parts to set up a test for backuppc. Two largish hard drives were merged into a single volume with LVM. A few months later, it seems that the second drive is ...

1 2