OpenSUSE Install :: Can't Resize Windows Partition ?
Jan 5, 2010
The openSUSE 11.2 installation disk doesn't want to let me resize my NTFS-based WinXP partition; it just says that the fs is inconsistent and that I should check this issue in windows... But even though I've scheduled diskcheck to run after a reboot, it doesn't! Is there some way of "forcing" the diskcheck to run upon startup, or how else can I resolve this issue (without re-installing my entire system)?
View 9 Replies
ADVERTISEMENT
Nov 13, 2010
I have understood that Vista does not always play nice with third party partitioners and that it was best to use the tools *within* Vista to change its size.
I do not know, but the same might apply to Windows 7? Anyway I understand Windows 7 also has its own resize tools.
My advice to newcomers with Vista (or Windows 7) has been to use the Windows inbuilt tools to resize and then to leave un partitioned space on the drive, because until recently the Ubuntu Live CD has included an option 'Install into un partitioned space' or similar. Which was very easy.
However, with Ubuntu 10.10 Desktop CD the same option does not exist, so for beginners, or any nervous newcomer, the only practical option in most cases is to use the 'resize' facility in the Ubuntu installer.
This is a circular situation, if the Ubuntu facility resize is recommended to be avoided.
I would very much like to avoid having to tell them to use the 'advanced' option. Most of them are pretty jittery, from having used Windows for years.
I am aware that the 10.10 Alternate CD still includes 'install into un partitioned space'. Do I now tell people they need both a Live CD for initial tests and then also an Alternate CD for install?
They would see the install invitation in the Desktop CD live session and have to disregard it.
The Ubuntu 10.10 installer is, on the face of it, getting more friendly towards nervous newcomers.
Are the warnings about third party partitioners still relevant?
View 3 Replies
View Related
Mar 17, 2011
I want to install linux next to my Windows 7 Ultimate x64 and changed my windows partition from 700GB to 100GB. Now I want to use the other 600GB for linux and formatted it in Paragon Partition manager.
But when I try to install OS 11.4 I get the message that it can't resize the partition because of the type (which is NTFS) and it wants to delete the whole disc including the windows partition. How do I fix this? Do I need to delete the 600GB partition again in Paragon so its unallocated and then use Suse on it?
Or can I better first install Linux and then Windows? (for next time so it would be nice if the above worked out)
View 1 Replies
View Related
May 5, 2010
My boot partition is 1.5 gb Id like to resize it to 512mb..Though can it be done in yast partitioner ?
View 9 Replies
View Related
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
Apr 22, 2010
I used QParted to size one my hard drive's NTFS partition to make unallocated space available to install SUSE. QParted created the the unalloacted space fine and I got SUSE up and running.
However, the NTFS partition is messed up. The QParted GUI and the SUSE's Disk management GUI shows it as NTFS drive with 319 GB space. However, nothing seem to be able to read/write to it. QParted gives a warning "Unable to read contents of this file system! Because of this some operations maybe unavailable." Is there any way to fix this NTFS partition so I can recover data from it?
View 9 Replies
View Related
May 1, 2011
I am trying to install Debian for my best friend by resizing his Windows partition so that I can install Debian on a separate partition. But, I get this message when I try to resize Windows: "for some unknown reason impossible to resize this partition. Check /var/log/syslog or see virtual console 4 for details." I do not know how to check virtual console 4 for details and besides I won't be able to interpret it. I also tried defraging the Windows hard drive several times and using several livecds with GParted to try to resize. They all failed.
View 6 Replies
View Related
Mar 2, 2010
I installed kubuntu onto my secondary drive witch was half full at the time of the installation. I used all the available space for the install. Now i have kubuntu installed and want to increase the linux partition. But GParted and Partition Ediditor show the resize button as inactive.
View 1 Replies
View Related
Mar 21, 2010
Recently I decided to give Ubuntu 10.04 a try and I didn't like it + some drivers were really buggy so I deleted the partition. I can't boot. I covered the process of how I fixed it on my blog here. Anyhow, now I'd like to expand my windows partition as there's 175gb of unallocated space. The problem is gparted won't let me expand it (trying this via liveCD). I've tried mounting/unmounting it's no luck.
View 9 Replies
View Related
Aug 8, 2010
Regarding the installation of ubuntu 10.0.4 on my HP pavilion DV5000 laptop.
I previously installed windows 7 in my laptop and i would like to have ubuntu and windows 7 in dual boot. in order to do that i need to free up some space to be able to install to create partitions for ubuntu and the swap even if I have 30GB of unused space.
When i launch the live cD and i reach the step 4 ubuntu is actually recognising three operating systems installed:
- windows 7 (loader) under dev/sda1 (92,86GB) NTFS
- windows NT/2000/XP (which is corresponding to my "HP recovery" partition) under dev/sda2 en FAT32 (6,2GB)
- windows XP embedded (I don't unerstand what it is) under dev/sda3 NTFS (1,1GB)
when I go to the step 6 to modify the size of sda1 to free up some space, i don't have the possibility to change it, i can read "unknown" under the used space collumn.
I also tried to resize this partition using gparted but unfortunately i had the same problem, when i select it all the options to modify it are greyed out and i can notice a key near the hard drive logo (is it locked ?).
View 2 Replies
View Related
Apr 11, 2011
I've just installed Fedora 14 over an old Ubuntu (heron, I think). The old install used a single partition for both / and /home; and I wanted to try to avoid reinstalling /home if possible (but yes, I did back it up). I chose the anaconda option to shrink the old Ubuntu /, and created a new LVM for the Fedora /. This seemed to work perfectly. I mounted the old / on '/host' (an old naming habit), and then mounted individual home dirs into /home using autofs. All seemed fine. However, on my first reboot after the autofs mounts fsck failed. The current situation is as follows:
# fsck /dev/sda6
fsck from util-linux-ng 2.18
e2fsck 1.41.12 (17-May-2010)
The filesystem size (according to the superblock) is 15360000 blocks
The physical size of the device is 15359895 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? yes
# dumpe2fs /dev/sda6 | grep 'Block count'
dumpe2fs 1.41.12 (17-May-2010)
Block count: 15360000
# dumpe2fs -o superblock=32768 /dev/sda6 | grep 'Block count'
dumpe2fs 1.41.12 (17-May-2010)
Block count: 15360000
Same thing for all the other backup superblocks I've tried.
# echo '15360000 4 * p' | dc
61440000
# fdisk -s /dev/sda6
61439583
Resize2fs tells me to run fsck, and complains of a short read if I try to force. Fsck seems to run fine if I say 'no' to the abort prompt, but doesn't change the problem. Filesystem is ext3. Started with debugfs. First used icheck and ncheck to work out which file(s) had been written to the non-existent blocks past the partition size. Fortunately, there was only one. Deleted that file (can restore it from backup later). Quit debugfs. Now resize2fs -p -f worked perfectly. fsck after resizing was clean. Reboot seems happy. As for the origin of the problem, I would guess there's a rounding bug in the code anaconda uses to shrink partitions.
View 1 Replies
View Related
Oct 10, 2010
Want to repartition/resize existing 1/2 full 60MB sda2 currently containing NTFS. The "Allocate drive space" does not seem to have a resize option (the 10.04 docs claim there was a resize option here). When I run 10.10 gparted in live mode gparted crashes for unknown reason before it even finishes scanning the disk. Am I missing something here? (Never tried to resize an ntfs part. with Ubuntu.) The laptop I am installing this on currently has XP that crashes a lot for unknown reasons.
View 9 Replies
View Related
Apr 13, 2009
I am doing a fresh install of Fedora 10 64bit on my PC. What I have done is, freshly installed Vista Home Premium 64 bit on the entire Hard Drive (680GB), then fired up the live CD and told the installer to resize sda1 (The windows partition) to about a 60:40 ratio. I intend to dual boot the system
Now the thing is, it's been running for half an hour now and there's no progress indicator on the installer so I don't know if its actually doing anything. Well there is a progress indicator but it's nonsensical, it just moves backward and forwards. The HDD indicator LED on my computer is flashing every now and again, but not constantly as I expect it to?
View 5 Replies
View Related
Aug 4, 2010
After having successfully downloaded and burned 11.3 ISO to DVD, i'm off to doing dangerous things: trying to install this on my work laptop which has Win XP SP3. when the partitioning stuff comes up, it suggests deleting the windows partition.
i have tried various options in terms of editing/resizing existing partitions and have always gotten errors. Just want to confirm: if I delete the windows partition, i'll lose my Win XP and all the data i have. Is that right?
View 9 Replies
View Related
Oct 18, 2010
i've just installed the 11.3 while still keeping win 7. but i can't open the windows partition ,and even the massive usb storage device. i notice that by changing some syntax in the etc/fstba, i can make the system read the windows partition automatically once i start my PC. but how?
[Code]...
View 6 Replies
View Related
Nov 14, 2010
I have been an Ubuntu user for years and am new top OpenSuse 11.3. In Ubuntu I was used to be able to mount and have read/write acces to my Windows partition. My question is: Is this possible in OpenSuse?
View 9 Replies
View Related
Jul 22, 2010
Now however its not letting me resize the Windows partition, mounted or unmounted. It currently occupies the whole disk. I would rather not reinstall the whole thing over again, but I will if I have to. Isnt there an easy way to shrink a Windows partition? I swear Ive done this before and it wasnt this hard. Could it be a problem with the Mint installer that now asks me if I want to unmount my disks before it goes into install mode? On this PC I would like to have
Windows XP
Mint
Ubuntu-Studio
Edubuntu
One of the E17 OSs
Puppy Linux (to create a remix)
I am probably going to put most of the linux partitions on the second laptop drive but I want to install files on a non WIndows NTFS partition.
View 6 Replies
View Related
Jan 2, 2010
I was wondering if its possible to resize my actual ubuntu "partition" inside windows, when I installed Ubuntu I didn't think I would get to love this OS, but I ended up loving Ubuntu and I have been downloading many files, installing interesting apps, and using my HD space in different ways.The problem started today when a popup alerted me about the lack of space for my filesI googled for answers, I found many tutorials on how to resize partitions but my problem is that I installed ubuntu inside windows and I only have one partition,
View 3 Replies
View Related
Feb 14, 2010
I've installed openSUSE 11.1 and am using it ok.Can I now remove the Windows partition and components? If so how please?
View 9 Replies
View Related
Oct 29, 2010
I was dual booting windows 7 with opensuse 11.3 and then realized I wasn't ever using Opensuse. I then deleted the partition it was in and now I cannot boot into windows. Grub immediately takes over upon booting but doesn't detect any partitions. I tried booting from an opensuse cd and changing the boot order priority, but grub still comes up. I don't have a windows 7 installation disc
View 4 Replies
View Related
Feb 26, 2011
using Opensuse 11.3, I have used Ubuntu 9.10 in the past and have had a blast with Linux. I have to rehash some of my old skills that I have forgotten in the past several years..I installed 11.3, everything is working fine. However, I just releazed that after I installed it, I used my whole partition (Not Windows 7, or I would've been in hell). My Windows 7 is in Raid 0. My second HDD is 1 TB and 11.3 is on there. So, how can I trim down let's say 100 GB and just give the rest to Windows (800gbs). I need that much because I do editing for videos, etc. So, once again, how can I trim my partition and use it for Windows 7.
View 7 Replies
View Related
Aug 1, 2011
I'm running openSUSE 11.4 (gnome) and I'm trying to transfer files to my windows partition and it says that I don't have the permission to do so. How do I gain access to it?
[URL]
View 2 Replies
View Related
Dec 29, 2009
I have installed Windows 7 Professional (64 bit version), and OpenSuse 11.2 (64 bit) on to a newly built Core i5 machine. I installed Windows first, with 3 partitions. The 100MB partition Windows reserves, a C: drive for the operating system and a D: drive for data. Both of these are NTFS partitions. I then installed OpenSuse into the unallocated section at the end of the new disk drive. The Linux partitioner showed OpenSuse in an extended partition, containing a swap / /home and /tmp partition. Both operating systems now appear to be working fine, but I'm worried about the Windows Disk Manager showing that the OpenSuse partions are primary ones, and are not inside an extended partition. It only shows a small amount of unallocated space at the end of the drive as being in an extended partition.
Should I delete OpenSuse and start again? Perhaps creating an extended partition with Windows before trying to reinstall OpenSuse?If I leave the disk as it is, is it likely to continue to dual boot without something unstable occuring? It may just be a Windows problem which will not be fatal, but I'm worried all my files may get scrambled at a some point in the future.
View 9 Replies
View Related
Mar 27, 2010
I've been trying to use GParted Live CD to shrink my Windows XP partition and allocate this space to /home.
On GParted I shrank my /dev/sda1 (Windows) from 36GB to 26 GB. Then I had 10 GB of unallocated space. I didn't know how I could use this unallocated space to increase the size of /dev/sda7 (/home). How do you do this?
View 5 Replies
View Related
Jul 28, 2010
Somewhere during my installation, I forgot to make my Windows partition (as well as a drive that linux associates with Windows) writable. Is there any way to make them writable, without re-installing everything?
View 9 Replies
View Related
Feb 7, 2011
What just happened was that I was experiencing some serious blue screen errors in Windows all of a sudden, so I loaded up my recovery partition for windows, and ran the "Restore complete system function". At some point, it had to restart, and I got the BIOS error "Unable to detect operating system". Eventually I got openSUSE to work again by reinstalling it using my DVD. However, now, whenever I load my windows partition, I get a windows error that says it cannot configure Windows on my hardware! The furthest it gets is a blue Windows screen that says "Please wait while Windows continues to configure your hardware."
My windows version is Vista, and I use openSUSE 11.3 as my primary partition. My question is this: How can I re-install Windows onto my partition? I have a recovery partition setup still, but I'm afraid that the Restore Complete System function will mess with my linux partitions again!
All I want Windows for is to play WoW! Running WoW through Wine is fail on my laptop for some reason, its far too slow and problematic. Please help me... some Linux forums just trashed me for using Windows at all, but its my only option available for my particular spec of computer to play this game, so that type of advice doesn't help me much. Feasible alternatives to a Windows partition would be nice, but Wine clearly doesn't work for me like I desire.
View 4 Replies
View Related
Apr 6, 2011
A few days ago my Laptop wouldn't hibernate in Windows 7, I managed to fix this problem by going into Windows' Disk Management tool and setting the C:/ Partition as the active partition, this fixed my hibernation issue, however I have just noticed that now when I boot my laptop my GRUB menu no longer appears, instead it just loads Windows straight away as if it was the only OS on my laptop.
I've confirmed it's something to do with my recent Disk Management change as I booted up GParted, removed the boot flag from Windows and when a rebooted my GRUB menu reappeared.
Not sure on how I can both have Windows as the active partition while being able to keep GRUB working also.
My Partition Setup is as follows:
/dev/sda1 C:/ Windows 7 (NTFS) (Boot Flag Set)
/dev/sda2 D:/ DATA (Documents and stuff) (NTFS)
Unallocated 1 MB
/dev/sda3 Extended 146.49 GB (LBA Flag Set)
/dev/sda5 Linux Swap 2.01 GB
/dev/sda6 ext4 20.00 GB
/dev/sda7 ext4 124.46 GB
Unallocated 10.00 MB
I'm running openSUSE 11.4
View 3 Replies
View Related
May 10, 2011
I have just installed Open Suse 11.4 Gnome, and I am trying to work on files on my windows partition that is ntfs, and it keeps telling me that they are "read only"......I check my /etc/fstab file and that it shows permissions at the end of the windows partions to be "0 0", which I was told was what was I needed to be able to work on ntfs files in windows?
View 6 Replies
View Related
Sep 10, 2009
Getting back my OpenSuse OS/partition.
Background: I had a dual boot system, Win XP followed by OpenSuse 11.1 install. I tweaked it a lot to get my wireless card and Nividia card working. Finally got it to a stage where it was working great.
What happened: For some reasons windows XP had some issues and I had to reinstall the OS. Since I have the openSuse install DVD lying around I took the bold step of reinstalling windows knowing that it will blow away the Grub from MBR. However, during the windows setup, the setup said something about setting the Linux partition as inactive (I think so). Unfortunately, I don't remember the exact message.
After finishing the XP install, I booted in with the XP Cd and tried the repair option to repair the MBR. That really messed up the MBR. So much so that booting back with XP boot CD and running fixmbr didn't work. Finally reinstalled windows again.
Now I am not sure what should I do next.
I tried using the superGrubDisk but it gives the following error: Error 15 File not found.
View 7 Replies
View Related
Feb 24, 2010
I have Windows 7 and openSuse on my Acer Aspira 5532. I find that after using it, I'd rather get rid of Windows 7 all together. However, I want to be careful not to remove the partition that has the Windows 7 Reinstallation boot disk just incase in the future I wish to go back to Windows. Is there a way I can make my entire computer Linux (no dual boot) but also not deleting the Windows 7 reinstallation partition?
Further, can someone example why, on Boot, I have like 5 options to choose from? Like two openSUSE versions, failsafe, Windows 1, and Windows 2....? To be honest, when I installed openSUSE, I just did the recommended partition job that it suggested. I don't know much about partitions.
View 5 Replies
View Related