Ubuntu :: Move / Resize Attempt To Extend Partition Fails

Aug 3, 2011

I am dual-booting 11.04 alongside windows 7. I shrunk my w7 partition, and would like to extend my ubuntu partition to fill up the remaining space. When I boot from GParted live cd, and attempt to 'move/resize' my ubuntu partition, it simply fails. It doesn't really give an error message either, simply 'failed to move/resize [partition name]'

View 4 Replies


ADVERTISEMENT

Ubuntu :: Resize Partition - Use Space Taken By Vista To Extend My /dev/sda6 Ntfs

Nov 11, 2010

I have a dual boot Ubuntu 10.04 and Vista laptop.

My Ubuntu partions /dev/sda4 extended, which contains a /dev/sda5 ext4 and a /dev/sda6 ntfs partition.

Vista is on /dev/sda2 ntfs. I would like to wipe vista out, turn off dual boot (if possible) and use the space taken by vista to extend my /dev/sda6 ntfs partition in ubuntu.

View 6 Replies View Related

Ubuntu Installation :: Create Resize Move LVM Partition ?

Sep 2, 2010

As mentioned here I am planning on installing with encryption. This involves using LVM in the partition scheme.

I am following this guide here which uses Mandriva to do the installation. [url]

However, I notice that GParted doesn't seem to have any support for LVM, which is going to be a pain in the rear if I subsequently try to add Ubuntu to the Mandriva boot setup.

The problem I have with DiskDrake (Mandrivas partition editor) is that it only seems to be able to put partitions at the beginning of the drive and it doesn't seem to be able to move partitions. e.g. if I want to create a new partition at the end for swap and leave some unallocated space in the middle for my future Ubuntu installation I am stuck. GParted allows me to create at the end or effectively move it by resizing the beginning and end of the partition.

DiskDrake allows me to create and edit LVM partitions.

Is there perhaps another partition editor that does both? Or maybe a development version of one that does it? Or some option I am missing?

View 2 Replies View Related

OpenSUSE Install :: Resize Or Move Root Partition

Jan 6, 2011

During install process I assigned only 6GB for my root partition and now I'm almost running out of space. I have 11.1 installed and I wanted to update to 11.3 but there are problems with i855 video card with newest distro versions so I won't install it. Since everything is installed and configured I don't want to install 11.1 again.

View 6 Replies View Related

Ubuntu Networking :: First Attempt To Connect To Wireless LAN Always Fails?

Jun 24, 2010

The nm-applet starts automatically as it should, and also tries to connect to the local, wireless LAN, but always fails its first attempt. If I click the icon and ask nm-applet to connect again, it always succeeds.

The server, running the wireless LAN, never sees the first attempt to connect, so no wonder this attempt fails. But it would be nice to make it succeed!

View 2 Replies View Related

Ubuntu Servers :: Bind Fails First Attempt, Then Works?

Jan 10, 2011

I'm having an issue with a BIND server. After a restart, (or randomly, I assume whenever a cache expires,) when I try to resolve any domain I get a "Host yahoo.com not found: 2(SERVFAIL)" Eventually it starts working and works fine till the cache expires again;

[Code]...

View 1 Replies View Related

Fedora :: Thunderbird Update Fails On Every Attempt In F12

Nov 4, 2010

I'm running F12 and Package Updater has been telling me to update Thunderbird for two days but fails on every attempt. I tried to go the yum route today with
yum remove thunderbird
yum install thunderbird

And I get this error:
Error: Package: thunderbird-3.0.10-1.fc12.i686 (updates)
Requires: nss >= 3.12.8
Installed: nss-3.12.7-6.fc12.i686 (@updates)
nss = 3.12.7-6.fc12
Available: nss-3.12.4-14.fc12.i686 (fedora)
nss = 3.12.4-14.fc12

Is there any way I can update nss such that Thunderbird will have access to the correct version or is this something that is in process for the repository?

View 2 Replies View Related

Ubuntu :: Can't Resize Window Or Move It Around Using Mouse

Apr 28, 2010

I must have done something to my window settings cos those three buttons in the top right corner (minimize, maximize and close) are gone. I also cannot resize the window or move it around using the mouse What did I do? And more importantly how do I fix this?

View 7 Replies View Related

Debian Installation :: Attempt To Install From USB Fails To Detect Cdrom

Jan 31, 2016

I am attempting to install debian for the first time on my pc that has no cdrom drive. I downloaded the Jessie CD image and wrote it to a 4GB stick, it didnt work. Then tried the netinstall image but face the same issue.

To write the usb stick I used unetbooting first, then tried win32diskimager and finally tried DD while stick was not mounted

Code: Select alldd if=debian.iso of=/dev/sdb BS=4MB; sync

Issue is still the same: I boot from the usb and after selecting language and keyboard it fails to detect cdrom drive (no drive at all in my pc). Same behavior using normal or expert mode.

Im also unable to manually specify the drive (it looks at /cdrom and I wanted to change it to the usb stick itself or mount usb to /cdrom but I cant find my stick in /dev)

View 14 Replies View Related

Ubuntu :: How To Shrink / Extend Partition

Jun 24, 2010

Here is screenshot showing my current partition in Gparted.
Screenshot-1.jpg
What I want to do is shrink the one (Ubuntu) and extend the other (XP) so that that they are more or less the same size. How?

View 7 Replies View Related

Ubuntu Installation :: Extend My Partition ?

Aug 2, 2010

I have a disk partitioned, with windows on on one partition, ubuntu appears to be installed on an extended partition ... and iv run out of space... i need to extend the partition that ubuntu is installed on by 40gb

I have tried downloading gparted... burning it to a cd and then booting from the cd .. but i get upto a message that says use at your own risk then my system just reboots ....

View 8 Replies View Related

Red Hat :: Cannot Extend PV (LVM) After Resizing Partition

Dec 16, 2010

I know there are probably alot of threads about lvm however they aren't addressing my problem. I want to extend the PEs available in a VG. This VG already has LVs and those are active and mounted. From what I read from the manpages of pvresize this should be perfectly possible.
Code:
pvresize resizes PhysicalVolume which may already be in a volume group and have active logical volumes allocated on it.

I did the following steps and wonder if anyone has the same issue. THe machine where I am talking about is an ESX VM.
1. Resized the vmdk in ESX (+1G)
2. Let the kernel reread the device geometry: echo 1 > /sys/block/sdc/device/rescan
3. fdisk shows me the new size... so far so good
4. I resize the partition using fdisk (remove, recreate) and gave it the 8e type (lvm)
5. wrote config to disk
6. executed partprobe
7. pvresize /dev/sdc

Here it goes wrong! Pvresize says in the verbose output it sees the same size however at the end it says the pv has been resized. I have seen when I put volumes "offline" using vgchange -a n vg on a test machine, and then try pvresize it seems to work ok. This is against what is in the manual as it says pvresize should work on online mounted volumes.

View 5 Replies View Related

Debian Multimedia :: Can't Move Or Resize VLC Window?

May 4, 2011

I can't move/resize/decorate/restore the vlc window. It takes up the entire screen (even though it is not in full screen mode) on one of my monitors. I'm using Openbox. This doesn't happen with any other type of window.[URL]..

View 4 Replies View Related

Ubuntu Installation :: How To Shrink One Partition To Extend Other One

Sep 19, 2010

I have 60 plus GBs of free space left in my Vista partition that I would like to devote to my ubuntu install.

View 9 Replies View Related

Ubuntu :: Use Unallocated Space To Extend A Partition?

Jul 19, 2011

Is there any way to use unallocated space to extend a partition that isn't close to that partition? there is an image attached, I can extend /dev/sda2 but not /dev/sda1 ( the one that i want to) I used the live cd to run gparted.I had to move /dev/sda2 to to the right and then extend /dev/sda1

View 1 Replies View Related

Ubuntu :: Gparted - Can't Resize/move To Fill Unallocated Space

Jun 16, 2010

I installed a dual boot windows 7 and xubuntu and now decided that I would like to allocate more hard disk space to xubuntu. I've resized the windows partition (sda2 in the screenshot) and it is now the grey unallocated. I'm having trouble moving this unallocated space to the linux portion (sda5). I did my homework and found that this is done by booting off a live cd and using gparted from there, because you can't modify a partition that you're using. I also read that you had to turn swap off. I did both of these tasks, but as you can see from the attached screenshot, I am unable to resize the linux partition to fill the unallocated space.

Here's my "sudo fdisk -l" for reference:

Code:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]....

Also, the sda4 is a shared partition that I can access from both windows and linux.

View 7 Replies View Related

Ubuntu :: Gnome Broken After Upgrade To 11.04 - Can't Move / Resize Windows

May 19, 2011

Though I am Linux user for sometime I only recently started using Ubuntu (starting from 10.10). So far so good. Last week I was suggested by the update manager to upgrade to 11.04. I went for it. After the upgrade it worked nicely; I was so happy. It provided Mac like menus and stuffs. An auto hiding side bar. With overwhelming interest, I started paying around with it. In that process, I turned on the Compiz cube. It warned me that it was going to disable the compiz wall; I confirmed that. And that was it. I lost everything.

Now no keyboard shortcuts (like Ctrl+f4, Alt+f4, Alt+f1, Alt+f2, Alt+tab) work. No Window borders; no task bar. There was a blank desktop. All I could do was right click and get a context menu. With that I created a shortcut to run gnome-terminal, started the terminal, typed google-chrome and then typing this in the forum. As I said earlier, I do not have any short cut keys. I f I want to go back to the terminal, I have to close this browser. I can't move/resize windows.

View 7 Replies View Related

Ubuntu :: Upgraded To Unity - Can't Resize / Move Or Wobble Windows

Aug 9, 2011

This problem on my user settings only - must have caused it myself in compiz

I also have nvidia card - I had to change the driver to the non recommended one

View 1 Replies View Related

General :: Extend A Partition Using One Disk

Apr 27, 2011

I would like to know if is possible extend a partition using one disk. I have 50 GB on /dev/vdf2 and would like to add on:

/dev/vdc1 50G 6.4G 41G 14% /home3

And this partition will have 100G of space..

View 9 Replies View Related

General :: Extend /home Or / Partition Through LVM?

Jun 14, 2010

How can I extend /home or / partition through LVM. Is this possible ?

View 8 Replies View Related

General :: How To Extend Partition Without Formatting

Jun 29, 2011

I have created one partition. Now I want to extend that partition without formatting it.

View 3 Replies View Related

Server :: How To Extend Boot Partition

Oct 18, 2010

My linux server working with LVM partition and with /boot partition, now my /boot partition is full, now i need to extend my boot partition. can i know how to do it, without any data loss.

View 5 Replies View Related

Red Hat :: Can Use LVM Now And Add Another Harddisk To Extend / Home Partition

Mar 5, 2011

I have my harddisk partitioned with fdisk. It has seven partitions. I have some important data in my /home partition. The /home partition is almost full. I want to extend the size of /home. Mind you I'm not using LVM. Can I use LVM now and add another harddisk to extend the /home partition. Will I lose my data. Or do I have to re-install linux?

View 3 Replies View Related

Ubuntu :: Partition Manager: Unable To Resize Partition To Use Free Space BEFORE Partitio?

May 29, 2011

I have around 30gb of free space in my partition table immediately before the Linux partition. I want to resize my linux partition to take up this space.

I tried booting with live cd, sucessfully umounted the hard drive but found I could not resize the partition. On clicking the 'edit size' button, partition manager recognised the free space before the partition but when i reduced this, the 'ok' button was greyed out. (it was not greyed out for the windows partition so I could, in theory, increase the windows partition to take up the free space but this is not what i wanted to do).

I am pretty sure that I had managed to unmount the drive correctly as the padlock symbol had dissapeared (I took the attached screenshot, which does show the lock symbol, after rebooting into my normal system).

Anyone got any ideas as to why it wont allow this? There is no reason why i can resize the partition to take up the free space BEFORE it is there?

View 9 Replies View Related

Ubuntu :: Running Gparted Off Cd - Extend The Partition Of My Computer

Aug 2, 2010

I want to run gparted off the cd so that I can extend the ubuntu partition of my computer...I hdownloaded the gparted iso file and burnt it onto a CD...but how do i run the software?.... there appears to be 3 folders on the cd (isolinux, live and syslinux) and two other files 'copying' and 'g-parted live version' - these two are both text files...

View 9 Replies View Related

Fedora :: Running Out Of Space - How To Extend Partition

Mar 4, 2011

I have an Asus eee, it has a solid state drive which has been partitioned with a 4GB and 8GB partition. I installed Fedora 14 onto the 4GB partition but I am running out of space. I have formatted the 8GB partition with ext4 but I am unsure the best way to create more space for the default installation. Can I extend my / partition onto the 8GB partition or possible move the /swap partition onto it?

View 5 Replies View Related

General :: Centos 5.5 Need To Extend A Device Partition

Sep 23, 2010

Have VMWARE workstation 7. Have to extend partition /dev/sda1 mounted to /home/user

1. Originally /dev/sda was 10gb I've extended device via VMWARE to 30gb.

2. When I do: fdisk /dev/sda it tells me that /dev/sda 30gb

3. when I check: df -h /home

it shows 10GB

4. How I can make Linux see the 30gb at /home/user?

View 5 Replies View Related

Fedora :: Open Office - Resize Multiple Images And Move Them All Together And Crop Them On The Fly

Nov 23, 2010

Before migrating to Fedora/linux, during my window days, one of my programme of choice was MS word. regardless of all it's bugs, it did all i needed it to do (eventually). Now in Fedora I have Open Office. As far as word processing it's fine. But when it comes to inserting Images I hit a brick wall.

when it cam to making bingo cards, I could choose multiple images and resize them with one click, move them all together and crop them on the fly. Open Office doesn't do that. My question is: What other option are there in the fedora world that could help me.

View 4 Replies View Related

CentOS 5 :: Root Partition Is Completely Full And Want To Extend

Oct 25, 2010

I also tried to use Gparted but I couldn't install it :(

My root partition is completely full and I want to extend it.

df -h :

fdisk -l

View 1 Replies View Related

Ubuntu :: Gnome / Metacity / X After Lucid Upgrade - No Toolbar - Couldn't Move / Resize / Close

May 2, 2010

System:
Gateway box
P4 3GHz processor
1 GB RAM
one 40 GB Western Digital IDE Hard drive
one 500 GB Western Digital IDE Hard drive
NVidia-GeForce FX 5200 DDR 128MB Video Card
Hauppauge HVR-1600 Tuner Card (with accompanying remote of unknown model #)
Creative Sound Blaster X-Fi Card

Ran Lucid upgrade on a mythbuntu box on Friday. On startup, though, the desktop looked quite odd - in fact, I didn't even know it was my desktop at first. It was a small white terminal 'window' in the upper left corner of a black screen. My mouse was responsive, because I had to mouse over the 'window' before I could type. I say 'window' because it had no toolbar, and I couldn't move, resize, or close it. No top or bottom panels on Gnome. it was so unrecognizable I didn't initially think it was my desktop. I assumed it was nvidia drivers, and spent a long time making sure they were installed - they do not seem to be the problem. After searching forums/internets, found several pages telling people to rename/move/delete .gnome, .gnome2, etc and gnome should revert to default. Problem persists. I can open gedit or firefox by running from command line, but when I close those windows, the image of those windows remain as part of the background.....

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved