Ubuntu :: How To Make A Bigger Partition
Jan 3, 2010
80 gb harddisk, using double boot XP/ubuntuUbuntu 'got' 14 gb free space but on the 'XP side' of the harddisk there's about 40 gb of free space left, how can I partion this to Ubuntu?
View 6 Replies
ADVERTISEMENT
Dec 4, 2009
I have fedora 11 and window installed. I reduced the windows partition in order to enlarge the fedora. The fedora partition is widespread, and puts gparted lvm2. I can not enlarge nor palimpset or with gparted, I can only delete or format it.
View 2 Replies
View Related
Feb 5, 2010
I downloaded gparted. i would really like to make my ubuntu partition bigger, i've got over 200 gigs of free space on my windows partition. i've played with it some and cannot seem to figure out what to do.
View 5 Replies
View Related
Apr 26, 2010
I purchased a FREECOM 1,5TB external USB-HDD and find out that there was FAT32 as FS. I windos there are not posasible to make bigger FAT32-partition than 32GB. I wan't to have windos-FS to use my work and on my freinds computers.Do you think I could format to NTFS or keep the FAT32? I don't have any big files.
View 2 Replies
View Related
Nov 6, 2010
I installed Ubuntu using wubi, But I didnt assign much space, probably like 17 gigs or something. My geting a pop up everytime my ubuntu starts up saying i got low disk space, very low disk space, Im runing ubuntu 10.10. How do I add more disk space? How do i make the partition bigger.
View 6 Replies
View Related
Feb 27, 2010
I can take apart my computer and fix a problem and then re-install the partitions. Hopefully I won't have to re-install, but I want to make backups just in case
-HP laptop with a windows (NTFS) and an Ubuntu (ext3) partition ~ 500GB total
-Iomega 1TB external hard drive partitioned into a 500GB NTFS storage, 250GH BLANK ext3 Linux Backup, and 250GB BLANK NTFS Windows Backup.
I want to copy my windows and linux to their respective 250GB spaces on the External HD.
1.) Can you direct me to places on the net that describes this in detail?
2.) Can I copy a partition while running that partition?
3.) Will copying C:/ in windows over to the external HD copy entire partition?
4.) Can I copy a Laptop partition to a external HD partition that is bigger?
5.) Do I have to use partition manager software or can I do this from terminal/cmd prompt?
View 2 Replies
View Related
May 4, 2011
I got a new hard disk for my laptop and I want to move my Gentoo installation from old HDD to new.
Most simple guides recommend use of dd to copy the whole partition byte by byte.
I'm moving to the new drive because I don't have enough space on the old drive, so I don't want to simply clone the partition. Instead I need the destination partition to be bigger. Would dd work well in that case?
Assuming that I use same partition types on the new drive, would I be able to use simple cp with appropriate settings?
View 1 Replies
View Related
Aug 20, 2009
I'm a linux user for some time now and most stuff I can figure out myself. Though, this one drives me crazy and I did not find any information on the internet.I have a partition, say, Code: /dev/sda1 , which is 128MB big. When I copy it using Code: dd if=/dev/sda1 of=/home/me/backup_sda1.img , the resulting file is 134MB big. Now my problem is that I want to copy that partition as-is to a CF card, which does not work because the image is bigger than the partition on the CF card.Why does dd create bigger files? Shouldn't it be exactly same sized like the source?
View 7 Replies
View Related
Feb 16, 2010
Is there any software to clone Linux partition? No matter they are paid or free software, I'll need them. The problem is that if I clone a linux partition to a bigger or smaller partition size, it will crash.
View 6 Replies
View Related
Jan 24, 2010
I've made some of my own icons in Gimp and saved them as .pngs. The problem is, when I use them they always appear smaller than the system default icons. Is there no way to make them as the same size as the system icons? I read somewhere that GNOME (which is what I use) uses .png .svg and .xpm. I am only able to save as .png with GIMP, is there a way to get .svg and .xpm extension capabilities with GIMP?
These are the icons (only two):
1. HJ-Split Folder
2. Blood Frontier Folder
Is there maybe a specific way to make folder icons that I am not following? Using Ubuntu 9.10, Desktop edition.
View 5 Replies
View Related
Nov 12, 2010
Is there any way to make the window bigger in VB?? I can't find any info about this in the help files.
View 3 Replies
View Related
Mar 6, 2011
how can i make my desktop resolution bigger because everything on ubuntu looks HUGE.
View 3 Replies
View Related
Jul 15, 2011
I would like to do thunderbird (I think is a gtk app) look bigger (from the windows bar, the menu's font size and so on). I am connecting through svn and I got only an xterm. From the xterm I can launch the thunderbird which looks too small.
If I can somehow alter the settings so to appear a bit more visible. For that I would to ask you what I can do. I recall that in kde control center that there was an option for gtk apps. How can I launch kde's control center from xterm (I have kde 4.6)
View 2 Replies
View Related
May 1, 2010
The screen at 1920x1080 with tiny gnome icon. Almost unreadable, can the icons be bigger? KDE has excellent icons but for some mystery the system cannot run KDE. All gnome, not just ubuntu, have 10.4 now runs excellent need to keep it.
New hp system, 1 terabite ram, nvidia graphics system 2 gig.
Soon to switch to larger monitor, but those icons...Tried cairo icons, no use, trouble.
View 1 Replies
View Related
May 21, 2010
So I installed Jaunty Jackallope and Im really liking it. The thing is when I installed I just let the system do the dual boot partition and I think it assigned Ubuntu a very small amount of hard drive space. Now I want to download some updates and it says it doesnt have enough free space (it only needs like 500 megs so I must have a real small partition). Is there anyway to fix this or do I have to reinstall?? If so, how do I uninstall and do it right?
View 9 Replies
View Related
Dec 4, 2015
I have read several manuals and online html on how to clone a partition to a greater one, I am still not sure about what to do.
Code: Select all# df -k /srv /usr
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md5 38445384 195236 36297128 1% /srv
/dev/md3 8648896 1088016 7121540 14% /usr
What is the recommended procedure to clone i.e. /dev/mdx (/usr) partition to a greater one, say /dev/mdy, to accommodate for growth, whilst preserving attributes including timestamps (and yes, that means also including ctime).All of # cp -ax SOURCE DEST, # rsync -ax SOURCE DEST and # cpio modify ctime.Some sites recommend dd, i.e.:
Code: Select all# dd if=/dev/mdx of=/dev/mdy bs=512 conv=noerror,notrunc,sync
URL....However, I am not sure what will dd copy do with end of partition, and will it see the remaining space on /srv (it's contents are dummy and will be overwritten).
View 8 Replies
View Related
Jul 28, 2011
When I first switched from windoze to Fedora I trimed a bit of space off the end of the HDD, formatted it to ext3 and installed Fedora 14 there. I have now completely rebuilt the machine and put a 2TB drive in. My intention was to upgrade to Fedora 15, but after a few weeks trying to get the new gnome to anything resembling useful, I gave up and decided to go back to the reliable 14.
I tried the old drive, and everything worked great, so I though no problem, clone that over to the new drive, and job done, no need to mess about for weeks getting all my settings back. I booted from the old drive with both connected and ran gparted, It sees both drives but won't let me copy the old partition. It complains about 'LMV is not yet supported' I tried booting from a gparted ISO with the same result.
How can I get this sorted? I've got work needing done, I don't have time to start from scratch (*AGAIN*),
View 10 Replies
View Related
Feb 12, 2010
I'm helping a colleague with his laptop, he finds the fonts within programs too small and they hurt his eyes. We have tried changed the fonts using System>Appearances>Fonts. Changed the dpi resolution in the "Details" section, and tried changing the screen resolution, but this doesn't work or make it better.
I have attached a screen shot to show the problem. As I hope you can see, the font size on the desktop and top tool bar is much larger than within the programs.
Can anyone help, we have looked through all of the menus we can think of, but nothing makes the font bigger.
View 7 Replies
View Related
Mar 17, 2011
a client brought in an 160GB external HDD and wanted to get the files off it, there appeared to be no partitions on the disk but i thought it may have been formatted to use the whole disk. I tried to mount it as the various FS types the client thought it may have been to no avail.
I ran testdisk on it which told me that it previously had a mac partition table and a 210GB partition on it (which is larger than the disk) could anyone enlighten me as to whether or not this is even possible, and if so how could i retrieve the data?
View 2 Replies
View Related
Aug 18, 2011
i am following the installation process and its very unclear whether or not a dual boot will occur and how i can make a partition of the free space available from my windows partition etc....i dont want to go through the process and find myself losing all my data and my windows partition i also cant seem to select a partition less than 86% of the total capacity of hdd so im def sure they're not taking my dual boot desires into consideration.
View 1 Replies
View Related
Feb 22, 2011
creating a new partition when i have only primary partition on my 40gb harddisk.
what i did while installation was selected use entire partition and now i want a additional partition other than primary ?
I want to assign 10GB for Primary one and wanna create Two 14GB partitions , I Also dont know what Swap partition Is.
Since i am a month old ( January 2011 ! ) UBUNTU user who hates MS Windows now, if i gets this problem solved , i can convince more people to replace their OS to Ubuntu .
View 3 Replies
View Related
Mar 1, 2010
I use jaunty 64 bits on a software raid 0. My partitions are:
disk a:
sda1 /boot ext4 (no raid)
sda2 / ext4 md0
[code]...
View 9 Replies
View Related
Jan 7, 2011
My ubuntu crashed..i dint hav a live cd.now my remastersys backup ws der in other ubuntu ext4 drive.now when i hav installed windows to recover that backup that file to install ubuntu again.im not able to see that drive.
View 3 Replies
View Related
Jan 19, 2011
What partition type does Mac OS X use, and can gparted create one?
View 6 Replies
View Related
May 10, 2011
Problem: Extend Volume is Grayed out.Do I need some special program?
View 3 Replies
View Related
Jun 5, 2011
First off, the PC I am hoping to dual-boot off is actaully a netbook.The exact model: Packard Bell PAV80.It is currently running Ubuntu 11.04 but I am hoping to add a dual boot of a MAC OS. I was just looking for some advice before I went a head with this.
1). Straight up, What is the best MAC OS for a Netbook?
2). What risks should I be aware of?
3). How should I go about this? Is it as easy as installing linux for netbooks (via usb)?
4). Should I make a partition in ubuntu or with the MAC OS installer?
View 2 Replies
View Related
Apr 8, 2010
i'm trying to install windows 7 and after googling around found that marking the partition as primary would do the job.. so how to do it??
View 4 Replies
View Related
Jul 24, 2010
So my girlfriend came back from a holiday and it results that she somehow ( dont ask me how) wiped out vista from her hd pavillion laptop. There`s nothing there, the pc doesn't have a guarantee anymore so I thought, what the heck, I could install an ubuntu 10.4 there. It's a nice machine so it should run nicely.
I made her try ubuntu on my laptop and she likes it so she gave me a green light to do it. So how should I go about it? boot the live cd and when I get to the partition part just tell the installer to overwrite the whole c drive and make the partition automatically? I'm kind of a noob so I wouldnt want to mess things up more than what they are.
View 9 Replies
View Related
Aug 29, 2010
I want to try lubuntu on my comp which already has ubuntu and win7 dualboot. I intend to make a new partition for lubuntu 's '/' and let it share /boot with ubuntu.
View 6 Replies
View Related
Sep 17, 2010
I would like to put my ubuntu system (the one on my partition) in a usb drive, so that way I can take it everywhere I go. The reason for this is because all of the programs I have and the configuration I currently have in my ubuntu (I should say "macbuntu"). That is:
burg boot loader (I probably don't need this one!)
x system plymouth theme || also windows 7 original plymouth theme
mac4lin 1.0 aqua GTK theme and emerald theme
mac ultimate icon theme
mac4lin 1.0 cursor theme (working even with compiz)
gnome global menu
compiz packagers ppawith all the extra stuff
telepathy ppa for empathy, having all the extra stuff working
also win2-7-pack_v-9.1
And lots more stuff!
I don't want my personal documents though (text docs, music, videos, pics 'maybe few pics'), just configuration files and programs. Can this even be possible?...
View 2 Replies
View Related