I find myself in a position to go full time, on at least one computer in my home, to Ubuntu. On a side note, I'm not overly thrilled with the new Unity, but I'm certain that before 11.10 comes about, most of what irritates me about it will be fixed.
My problem is now not really involving Ubuntu, but to commit this computer to full time Ubuntu, I've decided to remove the Windows Partition completely. (I can access what I need through VirtualBox. I don't think anyone really ever gets COMPLETELY away from Windows, but that's a different subject.) Anyway, here is a picture of my partition table.
What I'd like to do is completely remove the windows partitions, which are obviously the first two on here, and then extend my Ubuntu partition to the left to fill in what will then become unallocated space. However, when I try this, I don't have the option to grow my Ubuntu partition to the left. How DO I do that? I know I've heard of it being done before, and I can't be the first to have run into this situation.
I have a machine running Ubuntu Server 9.10 installed on an 80GB RAID1 disk. The system has two arrays (one data, the other backup), each of the same size in RAID6 with ext4 fs, connected to separate 3ware 9690 controller cards. I had to increase the size of the arrays from 8TB to 12TB. No problems - added the drives, migrated the new disks into the array, rebooted the server, and everything is visible. I unmounted the drives and then attempted to grow the partition (it's a single partition), starting with the backup array, using gparted. It sees the unallocated space but when I try to grow the partition into the unallocated space it fails. Here's the gparted error details:
I have available Space and i want this Space on my Ubuntu. That Means that l want the unallocated 92.77GB on my /dev/sda8 (ext4)?!?!?. But I cant Resize the Partition ... What do I have to do ? I tried it using Ubuntu on my USB. But it was the same.... Do I have to unmount something?
I have a question someone may help with. Why is it Vista seems to be so off limits to partitioning? I have never seen it where you could not create partitions like you want until I ran across Vista on a Compaq Presario F 700 Laptop. I finally got The vista partitioning tool too to allow me 12 Gigs but that is it. I seemingly can go no further. I would like to keep Vista on there but take it to the bare minimum HD size, so I can load other linux OS's.
I have 56 gigs of free space after installing ubuntu 9.10 So far I haven't been able to make a swap partition or any other partition for that matter. Is there a way to manipulate Vista partitions?
I now have an install of Ubuntu 10.10 on a USB drive and would like to clone the result onto another USB drive of the same size. Both USB drives are 4Gb. I've used Gparted Partitioning Editor and have copied from the master USB stick to another USB stick. Looking from within the editor they look the same in terms of configuration after the copying process e.g same filesystem boot flag set.
When I try to boot off the copied USB stick it comes up with a 'no operating system' message at boot. Is this the right tool to use to clone USB sticks or is there another option?
For the GParted partitioning options, when creating or changing a partition on a SATA hard drive, which option is best to use; (align to cylinder, or to MiB )? The newest version of GParted I used, and it did default to "align to MiB, which then created 1 MB gaps between some partitions. Is it better to have no gaps, and is this new version safe to use to move and or resize NTFS windows partitions ? Will it include the boot sector when it moves or resizes ntfs ?
I have 3 Ubuntu installations & a PCLINUXOS, plus Windows XP installed on one hard disk. I still can boot to each one of them and can mount each one using Ubuntu.
The problem "may" have occurred when I reduced the size of some linux partitions using gparted. I still have plenty of space in each of those partitions.
When I started gparted all of the HD was unallocated. I did that from each ubuntu installation and the PCLINUX installation, plus LIVECDs. All indicated the space was unallocated.
When I did an fdisk -l from a Puppy Linux LiveCD I got a normal start and ends of each partition.
When I tried it from Ubuntu installation or live cd, I received the following types of responses:
Code: ubuntu@ubuntu:~$ sudo fdisk -l /dev/sda5
Disk /dev/sda5: 28.5 GB, 28566397440 bytes 255 heads, 63 sectors/track, 3473 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System ubuntu@ubuntu:~$ sudo fdisk -u /dev/sda5
The number of cylinders for this disk is set to 3473.There is nothing wrong with that, but this is larger than 1024,and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Plus the Windows partition seems to go over its limits.
Since all of my OS installations are still working, I don't know how critical this is. From reading another post, I understand this might be able to be fixed by making some changes in fstab.
I'm not sure if I should post this question in "hardware & laptops", or "Desktop Environments", because this is a hardware problem on a desktop computer.
Description of Problem:There is another thread that discussed this same problem that I'm having: However that thread is so old that the suggestions in it no longer work in Ubuntu 10.04 and for whatever reason I can not make a reply to that thread.As in the above thread, I've tried other input devices and rebooting the computer and using other USB ports, and my mouse still intermittently double left clicks randomly at times when I've only clicked the left mouse button once and at times and places when it should only produce a single click such as when selecting a drop down menu.
Has any one else had this problem, and does any one have any idea how to fix it or to trouble shoot this a bit more? Please let me know if there is any other information I can provide to further clarify or troubleshoot this issue.
I've 2 servers (xen1 and xen2 - their hostnames) with perversion configuration below: Each server have 4 SATA disks, 1 Tb each.
16 Gb ddr3 debian squeeze x64 installed: root@xen2:~# uname -a Linux xen2 2.6.32-5-xen-amd64 #1 SMP Wed Jan 12 05:46:49 UTC 2011 x86_64 GNU/Linux
Storage configuration: Former 256 Mb + 32 Gb of 2 of 4 disks are used as raid1 devices for /boot and swap respectively. The rest of space, 970 Gb on all 4 sata disks are used as raid10. There is LVM2 installed over that raid10. Volume group is named xenlvm (that servers are expected to use as xen 4.0.1 hosts, but the story is not about Xen troubles). / , /var, /home are located on logical volumes of small size (just found out I got mixed up with lv names and partitions, but that's not the problem, I think):
I would like to use two monitors with my desktop, so connected them the other day and it worked straight away, which is good but... The monitor configuration app always want the primary monitor to be on the left hand side, thus it always extend my desktop right. Can I do anything to extend my desktop to the left instead of to the right so I can have background application on the screen to the left?
The first is about implementing function calls. The way I currently have it is that functions are called with a C++ std::vector of nodes as the parameters. How would I turn a comma-seperated list of expressions into a C++ vector in the grammar?Second, how do you implement left-associative operators in a parser that does not allow left recursion?
And third, what would be the best internal representation of integers? A C++ int seems simplest, but limited. Using GMP seems more versatile, but I'm afraid it might seriously slow down the interpreter compared to C++ ints.
i want to ask is it safe to ad more space to my root partition with gparted ?I ask friends and they all told me if i change the root partition is possible to have problems to start my Debian.
I'm looking for insite on how it might be possible to grow an existingvolume/partition/filesystem while it's in active use, and without having to add additional luns/partitions to do it.For example the best way I can find to do itcurrently, and am using this in production, is you have a system using LVM managing a connected LUN (iSCSI/FC/etc), with a single partition/filesystem residing on it.To grow this filesystem (while it's active) you have to add a new LUN to the existing volume group, and then expand the filesystem. To date I have not found a way to expand a filesystem that is hosted by a single LUN.
For system context, I'm running a 150 TB SAN that has over 300 spindles, to which about 50 servers are connected. It is an equal mix of Linux, Windows, and VMware hosts connected via both FC & iSCSI... With both Windows & VMware, the aforementioned task of expanding a single LUN and having the filesystem expanded is barely a 1 minute operation that "Just Works".If you can find me a sweet way to seamlessly expand a LUN and have a Linuxfilesystem expanded (without reboot/unmount/etc)I have cycles to test out any suggested methods/techniques, and am more than happy to report the results for anyone else interested. I think this is a subject that many people would like to find that magic method to make all our lives much easier
I installed CentOS 5.5. After install, I decided to put 3 identical disk for raid 5. All the disks are IDE disk. Then I put a sata disk and partitioned it to add another partition to the raid 5 array. Everything works fine until I rebooted my system. After reboot, the sata partition I added into raid 5 is showing removed. I had to readd it using "mdadm --add" to make raid 5 array works.
Here's the deal: I had a nice little fileserver running under 2.6.27.21-170.2.56.fc10.x86_64.
3 disks in raid 5 ext4fs, then I thought..."hey I'm a greedy bastard..I want another drive!!
So I get it..do a normal mdadm --grow...after around 1100 minutes .. FINISHED!..whee..happy...
I decide to do a upgrade to 2.6.29.2-52.fc10.x86_64 to get the fix for growing the ext4..
reboot...
Code: md: bind<sda3> md: sdc3 has same UUID but different superblock to sda3 md: sdc3 has different UUID to sda3 md: export_rdev(sdc3) md: sdd3 has same UUID but different superblock to sda3
I have configured a "Syslog" server on /var directory as a separate ext3 partition - to receive the logs and events from the clients & the firewall as well. The directory needs to grow dynamically as the logs are populated. Is there a way i can make the filesystem grow dynamically as and when the directory is full.
Is growing raid 6 in 5.3 centos possible? I'm getting errors when i run mdadm in --grow mode failed : 'mdadm --grow /dev/md0 -n 5 2>&1' -> mdadm: Cannot set device size/shape for /dev/md0: Invalid argument Do i have to create a custom kernel for centos?
When I swap my left alt with my left win key using the gnome keyboard layout options, the swap only works intermittently. I have an aluminum Apple keyboard with no numpad. No matter what layout options I choose, I can't seem to get it working.I also have the same setup on my laptop and work desktop and it works without issue. I've ensured my .Xmodmap doesn't exist.When I say "works intermittently" I mean when I'm trying to use "alt+b, alt+f" navigation in emacs or bash, it doesn't work but if I click around a bit then try again, it works. Also, I use alt+arrows to switch workspaces and that always works
I'm running 9.10 off of a 4 GiB CF card. I keep running into space issues with updates, so I purchased an 8 GiB replacement card. I've cloned the 4 GiB card to a .IMG file using DD.I've then copied the 4 GiB image back to the 8 GiB card using the Ubuntu startup disk creator program. Once done, I'm able to properly boot off of the new 8 GiB clone.Unfortunately, the clone ends up with 3.67 GiB of unallocated space at the end *see attached). I tried deleting the "extended" partition that the swap is located at after booting from a Live CD and the system was unable to boot after this. I was thinking that I would delete the swap entirely and create a swap file after I merged the existing partitions, but I was unable to do this.
best way to do this (e.g. get one large 8 GiB partition with my old image on it)? I still have the original untouched 4 GiB card and also have an external CF drive if I need to redo the cloning. I've also used Clonezilla before, so perhaps there's a way to do this that allow me to grow the image as it's being cloned.
I have a rack of four 1TB drives all partitioned identically with three primary partitions. On each drive
- the first partition is only 64MB; - the second is a large 900GB partition and - the last holds all the remaining space
mdadm has been used to set up /dev/md0 - RAID1, comprised of /dev/sda1 and /dev/sdb1 /dev/md1 - RAID5, comprised of /dev/sda2, /dev/sdb2, /dev/sdc2, /dev/sdd2 /dev/md2 - RAID5, comprised of /dev/sda3, /dev/sdb3, /dev/sdc3, /dev/sdd3
OK, so it was a silly mistake to make - but I am now need to increase the size of /dev/md0. My thinking is to reduce the size of md1 so that I can grow md0.
On md1 I have two logical volumes. I've successfully reduced the size of the volume so that I can reduce the size of md1. Now I'm at the nervous stage; I can find little written on the topic of shrinking RAID5 arrays - and even if I do this I'm unsure if I can move partitions around to regain the space I so desire.
I am running CentOS 5.4 and Postfix. So when I start Postfix server than immediately maillog is starting to grow. And the first lines that I see in it are:
[Code]...
Server is already in several blacklists and I desperately need to do something.
I'm just diving in to figuring out how to partition/utilise BTRFS.I am used to just installing with EXT4 and carving out a / and a /homeBut, from what I understand, this isn't the case with BTRFS?I know you have to create a separate /boot as grub doesn't support the file system.But, with BTRFS, we just create a / and /home and others would then just be subvolumes?What happens if I want to reinstall? I have liked being able to just wipe / and reinstall the OS, leaving my personal files in tact. Does this still happen if the /home is just a subvolume? Hopefully that makes sense
I have a question regarding partitioning method for Ubuntu.Originally I had two partitions C 80GB (Win 7) and D about 160GB (my personal data) both NTFS. What I've done, through Windows 7's Disk Management tool I shrunk partition D and created unallocated space of 23 GB on the drive. Then, I divided this space on two partitions one 20GB (as /) and another one 3GB (as swap) and I formatted them in NTFS. After this operation I started installing Ubuntu 10.10 and I reformatted both of them for 20GB using ext4 file system assigning it as / mount point and 3GB as swap.
My question is does it really matter where I created these partitions? Are they equivalent to if I created them during Ubuntu installation (using free space instead)?
I am getting a 500gb hdd (1 disk 2 heads) i know there is a round to cylinders option but i would like to round to platter i would like my extended partition to be on one side of the disk and the rest to be on the other side of the disk i think it would reduce the seek time this way and increase throughput during piratical use i assume the heads function independently
I'm having trouble installing Ubuntu on a brand new HP DL380 G6 server. Any time I go through the install, it freezes at 33% of formatting the first partition. I have tried 9.04 server disk, 9.10 server disk, and 9.10 desktop (all AMD64). I'm running out of ideas to troubleshoot. The server is listed as supported by Ubuntu 9.04. Here's more of the hardware:
2x quad-core Intel Xeon X5550 procs 16GB of RAM 5x 300GB SAS drives in RAID-5 array (1.2TB useable)
I just finished installing with the 9.10 alternate install disk (AMD64), and after reboot, it doesn't seem to find the boot partition and just sits there after attempting to boot from CD and hard disk.
I just purchased a new MSI WindTop AE2220 with a 320 GB hard drive running Windows 7. I want to dual boot until I know I have found all of the appropriate drivers. The confusing part is that the computer came with 4 partitions as displayed in the attached screenshot jpeg. How would you recommend I resize and partition my drive?
Current Partitions (in order): Recovery Partition 14.65GB / 14.45 free Active Recovery 100 mb / 100 mb free OS-Install (c) 68.36GB / 42.06 GB free Data (D) 214 GB / 213 free
i currently have ubuntu server installed, where i host some files. now is it possible to create a new partition on my disk and move the data there, without resintalling the OS?if so, how?
root@kitsch:~# df -T Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/mapper/kitsch-root
I am installing UNR 10.04 but I get stuck at the partition because I want to dual boot with windows and I am afraid to go far without professional advice. What i want to do is install ubuntu on my D:/ drive and keep xp on my C drive. This is the current state of my hard drives at the moment (screenshot.png). I don't know what all the boxes to the right are for either. Also my D drive (which I want ubuntu on) has ext4 on it from a previous failed attempt to install linux mint. Because of this when I go to install ubuntu it shows xp on the C drive and linux mint on the D drive although the installation was botched and I cant really boot into linux mint. I have provided a screenshot of this too (screenshot-1.png). How to install UNR on my D drive properly. Iknow I need to add a swap partition how do I do that?