Fedora :: Writing Partition Image To Free Space At End Of Drive?
Aug 22, 2011
restore a partition images on another machine to the unused space on my laptop. I'm using netcat and dd to restore the partition.
On laptop:
nc -l 192.168.192.254 9000 | dd bs=1024 conv=notrunc,noerror seek=<some block pos> of=/dev/sda
On W/S:
dd if=part.img bs=1024 | nc 192.168.192.254 9000
The problem is that fdisk -l displays start & end sectors of the partitions and I need to know blocks. How do I determine the block number after the last partition to start writing this image?
Quote:
cat /proc/partitions
Displays blocks per partition. I could add those numbers up but is sure would be nice to have a utility that just give you what you need.
View 4 Replies
ADVERTISEMENT
Feb 24, 2010
I just installed a new hard drive with OS X on my iMac G5 PowerPC. The drive size is 1TB. OS X Leopard is currently only using about 80 gigs of that space. For some reason, at the disk preparation from my live PowerPC Ubuntu install, the entire bar is green with only 8kb of (white) free space. I want to partition the computer to add Ubuntu to it, but I don't want to risk partitioning my hard drive and losing any data affiliated with the current o/s installed on it (OS X Leopard). What is the best way to go about doing this? A manual partition?
View 4 Replies
View Related
Apr 26, 2011
I shrinked the /home partition using resize2fs command by 1GB and what had happened to remaining my free space .
View 1 Replies
View Related
Nov 5, 2009
I now have Windows XP installed, with 30GB of free space on the end of my hard rive. If I install linux there, will it cause Windows XP to fail? Last time I tried this, it says hal.dll was not found. However, that may have been caused by having five partitions. Do u think its safe now that I'll only have 4? Will Windows XP fail if I put in a partition in the free space?
Why does it says I'm using Safari in Windows, I'm using Google Chrome
View 3 Replies
View Related
May 17, 2010
I just downloaded the new fedora and proceed to install it into a free space of 11GB on my HDD. As such the partitioner is unable to create more than 1 partitioneven if free space is available, it reports not enough free space seen if its present. As such it can create only one of the three partitions i.e., swap or / or /home duw to which cannot proceed ahead.' Some more details me running Xp as the other OS on my system.
View 10 Replies
View Related
Jul 28, 2009
I installed Fedora 11 about a week ago. And all was going well until I woke up this morning, and started using it for a little bit. I noticed it was going painfully slow... (almost like Windows Vista >.<) and I started to look for a reason why. Turns out my free space in my filesystem is running out. I have a 500g hard drive, and for some reason my filesystem is only set to use 9gigs...
Why can I only use 9 gigs of my hard drive? And how can I increase that size to something less annoying so I don't have to delete stuff every few days? Also, I'm kinda new to Linux. So if this is a newb question, and you can link me somewhere to get the information, please do. I just spent an hour or so searching google, and using this forums search to no avail.
View 10 Replies
View Related
Dec 7, 2009
I have decided that my partition table does not meet my needs Barrymore, and I want to shrink the "/" partition by 80GB, and then create another file system on that space. I did some research on-line, and I'm not sure which way is the easiest and more secure way to perform the change with out putting the "/" file system on risk.
View 1 Replies
View Related
May 15, 2011
[URl]also I wonder why there is such a gap between the size of the files (7 GB) and their size on the disc (44 GB)
View 13 Replies
View Related
Aug 16, 2009
I have just over 20GB of empty space on C:. When I click it under disk-management, the window comes up and says I can only resize it 192 MB less than what it is. But I have 20GB free. Any ideas on what is wrong? I also have this odd 9.56GB partition that is empty. DM says it's "EISA configuration"...whatever that is. I am planning to allocate about 10GB for F11 if this pans out ok.
View 6 Replies
View Related
Apr 22, 2011
Whilst in fedora i deleted files off my second hard drive to free up some space, i deleted over 10gb worth of data. When booting back in to my windows partition it doesnt recognize the free space instead it thinks the hard drive is still full even though i deleted the data.Not to sure as to why this has happened, as im sure i have deleted stuff of this hard drive before from my linux partition.Any help would be greatly appreciated as my 70gb hard drive is full with only 20gb of data to show for it
View 2 Replies
View Related
Nov 22, 2010
Im trying to shrink a 80 Gb ntfs partition. but when i clicked the shrink option the partition is like this:
"sda1(ntfs,0 mb)".
how to free up space in creating custom layout.
View 1 Replies
View Related
Jul 5, 2011
My system is dual boot with win7 and ubuntu. I have free space of around 10 gb. I want to add this free space to my ubuntu drive. How can i do that?
View 4 Replies
View Related
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
Dec 15, 2010
My debian 5 is up and running smoothly and act as file-server in the middle of windows network jungle using samba the only problem is, after backup an external hdd (213 GB) to my /home partition, I end up with message say that I'm running out free space. Fyi my debian installed on 1TB SATA disk, and I separate my /home partition from system what happen to my free space ? here is screenshot of my disk, using disk usage analyzer: is there is a way to get my space back or something missing on my setup.or I have to reinstall my debian and use LVM when partitioning my disk?
View 8 Replies
View Related
Jun 15, 2010
Currently, my partitions are set up as such:
83GB ext3 free space
~10GB ntfs HP/Vista Recovery Partition
~93GB Ubuntu (Hardy Heron)
I tried to just have two partitions (recovery and ubuntu), but because of the different file systems, and the placement of the hp recovery partition, it has to be right in the middle. This is basically what I want to do:
1) Reinstall Hardy Heron on a new (smaller) partition from the free space partition.
2) Once it's working properly, format the rest of the hard drive (getting rid of the recovery partition) and create a single ext3 partition.
3) Install another distro on this new partition.
Does anyone foresee any complications with all this slicing and dicing of my hard drive for which I should/could prepare?
View 9 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
Jul 25, 2010
I have 160gb laptop. i installed vista in c primary partition which is 25gb and installed ubuntu in d primary partition which is 20gb. A remainig for my data. Now i tried to install CENT OS by formatting ubuntu. I inserted CENT OS DVD and restarted and i selected to delete my /dev/sda2 which is showing 20480mb and it shown me free space. but i tried to add partion /boot of 100mb it got added. but, when i am trying to add / of 3000mb in the remaining 20380mb free space it showing an error message that no free space is available.
View 4 Replies
View Related
Jan 11, 2010
I deleted Win7 from my dual boot but I cannot seem to merge the 160 gig's of free space into my ubuntu partition, ran the live gparted but it will not let me expand the ubuntu partition!
View 4 Replies
View Related
May 25, 2010
OK so basically I have 3 partions on my 500 gb. hdd.
1. Windows 7 64-bit (375gb partion)
2. Ubuntu 9 (50gb partion)
3. Ubuntu 10(75gb partion)
Is there anyway I can remove Ubuntu 9 and allow Windows 7 to use that 50gb that was once used by Ubuntu 9.
View 1 Replies
View Related
Jul 10, 2010
I'm dual booting Win7 with Ubuntu 10... I just 'shrunk' some disk space in my NTFS partition (about 60gb); and want to assign it to my current Linux partition. In the 'disk utility', I see 60gb 'free' and unformatted. How can I take this 60gb and add it to my current Linux partition (/dev/sda5)?
View 5 Replies
View Related
Nov 16, 2010
I am trying to install Ubuntu on a computer that will do a dual boot (Windows XP and Ubuntu). My drive is 1.5TB. I have installed WinXP first creating 20GB partition for it. Rest of the drive remained as an unpartitioned space. Now, on top of that I am trying to install Ubuntu. I got as far as the screen that asks me to partition hard drive. What I would like to do is to create the following partitions:
/ - where the system will go (20GB)
/swap - well, swap (5GB)
/media - for my media files (rest of the HD ~1.4TB)
Unfortunately, I was unable to do so (or it is beyond my noob Linux skills). The only two partition types available were Primary and Logical. When I created two partitions:
/
/media
I got an error that warned me to go back and "rethink" my strategy (do not remember exact error). When I tried auto-partition free space, I got:
/
/swap
but / took the whole remaining 1.5TB of the drive. How do I create the three partitions that I would like to have?
View 3 Replies
View Related
Dec 16, 2010
I have two 250 GB drives setup with hardware RAID 1. I had on sda and sdb: 20 GB swap, 20 GB /, 198 GB /srv all was good until I started to run out of space on 20 GB /. So I booted the server with Suse 11.3 live cd and reduced the size of 20 GB swap to 10 GB and 198 GB /srv to 150 GB on sda and sdb.
All good so far, then tried to increase 20 GB / to 60 GB, but the Partition setup says the Max Size can be 20 GB, I have checked and I have 42.88 GB of Unpartitioned space. I have rescanned, rebooted, Server is still running fine by the way, but the 42.88 GB of free space is not made available for the expansion of 20 GB /.
View 6 Replies
View Related
Feb 15, 2010
I screwed up with my Ubuntu Server Grub2 on 9.10. I want to know since I just did a reinstall on top of the old one. Can I eliminate one of them (doesn't matter) and return it to Ubuntu and 7. Now grub shows the new install, win 7 and the old ubuntu's that I had before and they all 3 work. so how can I restore grub in the old ones to a default setting and then eliminate the new one? or just eliminate the old ones? Or should I do what I think is prob what I will have to do and completely reinstall Windows and then put Ubuntu back on?
View 1 Replies
View Related
Jul 2, 2010
I'm relatively new to ubuntu. I want to run ubuntu alongside my windows partition. I have shrunk the volume that leaves me 50 gb of free space for ubuntu. Will the system automatically set the system and mount volume sizes? If not can I have some tips on manually using the 50 gb to set it up.
View 1 Replies
View Related
Jan 24, 2011
I have a notebook with dual boot windows and Ubuntu 10.10 on a 80 Gig hard drive. The windows XP partition was initially installed and took up the whole drive (dev/sda1). I then freed up some space and created and installed Ubuntu (/dev/sda6) and swap (/dev/sda5) on an extended partition (/dev/sda2). Initially I only freed up 3.6 Gig which I thought would be more than enough but not any more. I cannot even install the updates as there is only 100 Meg left which is not enough. I then freed up more space (8 gig) from the windows partition to allocate to Ubuntu.
My problem is that I can't seem to find to now allocate this "freed-up" space to Ubuntu? I realise that I have to boot-up from a the Ubuntu live disk so that the hard drive is not mounted to allow changes but I'm still unable to change the partitions. I'm using GParted.
The drive looks like this currently:
[...NTFS] [...Unallocated] [...Extended{(ext4),(linux-swap)}]
View 2 Replies
View Related
Apr 8, 2011
I'd like to wipe free space on a fat 32 partition, momentary by doing
Code:
cat /dev/urandom >garbage
That stops each time the file is 4GB big, as this is the maximum supported filesize for fat32 partitions. So I redo the command, only writing now to "garbage2" or so.Is there any more elegant way to do that? Maybe by script which automatically generates new file names, until the disc is full?
View 7 Replies
View Related
Mar 20, 2010
How do I get to take over some free space on my hard drive with ubuntu. Kparted let's me delete some partitions, but not take some over from existing partitions.
View 7 Replies
View Related
Jun 7, 2010
I was trying to install Fedora 13, on to my laptop. I have 30 GB of unallocated space in extended partition. When trying to install Fedora 13, I got stuck, as the installer says that there is no free space for installation.can convert the unallocated space into free space.
View 1 Replies
View Related
Apr 28, 2010
I'm a new user to Linux & Ubuntu. My system is Windows 7 in one partition, one partition has free space to load my data, another partition is present to load Ubuntu. Can somebody please tell me how to go about the installation process when I'm already having an OS preinstalled?
View 1 Replies
View Related
Feb 26, 2011
Some months ago I decided to give a chance to this 'Linux thing'. However, being uncertain of the usefulness and friendliness of it all, I decided to keep my Windows 7 partition untouched and just make a 30 Gb partition to "try out" Linux. As it turns out, it's been some 2 months since I last booted Windows and was now wondering if there's a way to "steal" some space from that W7 partition and add it to my Ubuntu one without messing up files. Some kind of major defragmentation, leaving an empty part of the disk which I could "attach" to my Ubuntu partition. I am using Ubuntu 10.04 LTS version.
View 3 Replies
View Related