Fedora Installation :: Windows 7 System Partition (100MB) Error?

May 8, 2010

I've a Raid0(Stripe) 500GB disk1) 100 MB =System Partiton (primary)2) 100 GB = C: installed on Windows 7 X64 (primary)3) 100 GB = D: (Logical)4) 100 GB = Fedora 12 x86_64After i install the bootloader hang, what to do now?

View 4 Replies


ADVERTISEMENT

General :: Resize 100MB Fat Filesystem To Shrink It From 100MB To 50 MB?

Mar 22, 2010

I'd like to share with you an experiment. look at following steps: create an empty file with a low level tool like "dd"

# dd if=/dev/zero of=fatimage bs=512 count=200K

we now have an about 100MB zeroed file.

format it with mkdosfs (FAT16)

# mkdosfs fatimage

now we have a 100MB fat filesystem. We could check it with dosfsck. Mount it on loop, and copy saome data in it, so that it have a percentage of used space of about 30% (I've tried to copy on it a 30MB data directory). Then umount it.

# mount -o loop -t auto fatimage mountpoint
# cp -a $data mountpoint
# umount mountpoint

check filesystem with dosfscheck. We can notice used clusters and verify bytes used on that filesystem. And we could evalutate a space amuont to shrink the filesystem... why? Just for a didactical test. we could decide to shrink our 100MB filesystem to 50 MB: we have about 30 MB of data cpied on it, so there wil be anout 70 MB of free space. How to resize 100MB fat filesystem to shrink it from 100MB to 50 MB? If I had used an ext2/3 (or ext4 too but I don't know it) or a ntfs filesystem, I would easly been able to shrink it with resize2fs or ntfsresize. But as regards Fat filesystem I don't know any tool that work just on the filesystem.

I've tried, fatresize, but It return a strange error... searching for I suspect it is deeply based on parted and it expects to work on a partition not only on a filesystem like that described above. So is there anyone who knows, which tool I could use to shrink that filesystem? If you wolud like to make the test following above steps and tring to use fatresize program I will be grateful if you report your results there.

View 3 Replies View Related

Ubuntu Installation :: Windows 7 Won't Install Getting This Message:"setup Was Unable To Create A New Partition Or Locate An Existing System Partition"?

Apr 8, 2010

i tried installing windows 7 on a partition on my laptop but i'm getting this message:"setup was unable to create a new partition or locate an existing system partition "i tried googling and found that it has something to do with the number of partitions:my hard disk layout right now:

p1 ext4 21gb /home
p2 ntfs 64gb
p3 ext3 18gb ubuntu installation

[code]....

View 6 Replies View Related

Fedora :: Hide Windows System Ntfs Partition?

Nov 21, 2009

I have a dual-boot system, Windows XP on primary HDD and Fedora on Slave HDD. NTFS -3G is installed in Fedora, but I would like to hide (or not mount) Windows system partition on Fedora boot, as I have multiple users in Fedora and do not want them to access this partition. I do want to mount/display my NTFS D: partition in Fedora. Is there a way to exclude an NTFS partition from mounting by default?

View 6 Replies View Related

Fedora Hardware :: Automount Windows Partition At Boot - System Very Slow

Feb 18, 2010

After a new Fedora 12 installation, i cannot automount my Windows partition. My system is setup originally at windows XP ,partitioned, then change to Fedora 10. Change to Fedora 11 through update.System very slow.

I decided to upgrade to fedora 12 by DVD installer, then i have to mount manually to access my back-up, when typing su -c '/sbin/fdisk -l' at terminal, this is the code:

View 6 Replies View Related

Fedora :: Deleting Dev/sda Partition Table (msdos) Affect Windows 7 System?

Aug 5, 2011

Will deleting dev/sda partition table ( msdos ) affect my windows 7 system? I am trying to install Fedora 15 on Virtual Box.

View 1 Replies View Related

Ubuntu Installation :: Dual Boot Partitioning \ What File System Should Use For Windows Swap Partition

Sep 1, 2011

I am about to get a new laptop here soon and I was planning a dual boot like I have on my current laptop (Win7 and Ubuntu), but I have something special in mind. I looked around the forum to see if there was anything like what I had or if it was even possible but I didn't see anything quite like this.I was wondering if this was even possible, and if so, would anyone be able to tell me what filesystem I should use for my windows swap partition?

View 6 Replies View Related

Ubuntu Installation :: SOS:error After Installation From Windows-no Main File System Chosen

May 23, 2010

I just completed the ubuntu 10.04 installation using the windows' installer.After the installation, the system reboot. I chose "ubuntu" from the OS selection screen.A message appeared that the system would verify the installation parameters.

Suddently, a message was shown:
"no main file system chosen. Please solve this error from the partition menu."
And it wouldn't continue!

how can I find the partition menu and set the file system for the ubuntu?? An idea would be to enter the installation cd for windows (as if I would wanted to format the pc)...wouldn't then the partition menu appear?

View 4 Replies View Related

Ubuntu Installation :: Locked Out Of Windows Partition With Grub - Error: No Such Device: 2e3857fb3857c08f

Apr 5, 2011

I have two partitions on my HDD. A Windows XP (hd0,2) and an Ubuntu 9.10 (hd0,1).I have been using the Windows mainly and ran a program that changes the HDD's serial number. Now when I boot up and Grub loads, I try to access the Windows partition and get the following error:

Error: No Such Device: 2e3857fb3857c08f

I am still able to boot the Ubuntu partition but can not seem to get grub to point to the Windows partition any more. This is very frustrating as I really need to get back into that partition soon.

View 9 Replies View Related

General :: Error Code Oxd0000017 - Restore Windows Partition Without Installation Disc?

May 14, 2010

I know i get the error code because i dont have my windows partition. But i seriously need my vista back. I tried using VMware player but it didn't work. Is there anyway i can restore my windows partition without the installation disc? The restore disc does not work as it needs a windows partition.

View 7 Replies View Related

Ubuntu Installation :: Resizing Windows Partition - Install Files On A Non Windows NTFS Partition

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

Ubuntu Installation :: Error - The Attempt To Mount A File System With Type Ext4 In SCSI1 (0,0,0), Partition #1 (sda) At /failed

Oct 15, 2010

Unable to install Ubuntu 9.10 on a new internal harddrive. The hardrive contains no operating system. This hardrive is the only drive present in the system.

Whenever the installation trys to mount the ext4 partition the following error appears: The attempt to mount a file system with type ext4 in SCSI1 (0,0,0), partition #1 (sda) at /failed

Iv'e tried over and over to get past this error to no avail.

View 6 Replies View Related

Fedora Installation :: Error, Saying I Had Bad Sector(s) The Error Told Me To Run Chkdsk /f /r In Windows, Then I Could Run Ntfsresize With -b, (in Linux)

Feb 22, 2009

I have the DVD installer of Fedora 10, i want to dual boot with windows vista. well i get up to the partitioning part of installation (in anconda) and it asks me how i want to partition it... i wanted to re size my partition and create the default format, so i keyd in 70GB and Okay. then it came up with an error, saying I had bad sector(s) The error told me to run chkdsk /f /r in windows, then i could run ntfsresize with -b, (in Linux) well i did all those steps, and shrunk /dev/sda1 to 70gb (/dev/sda2 is my recovery partition) i have a 140 gb hard drive, but can't find the unallocated space anywhere!

when i booted windows, it ran a chksdk, like it should, and in my computer it said that it had been shrunk (because the pie graph showed a capacity of around 70GB) When i go into windows disk management it says no unallocated space, just one big partition (and a 8gb recovery partition) this is the same with GParted on puppy linux, GParted on fedora 10 (live cd) says there is no drives I can mount or unmount and same error on partition logic... in EASUS partition manager i get told that there is no unallocated space, in the fedora installer there is only /dev/sda1 and /dev/sda2. Does anybody know.. how to install fedora on this partition, or get rid of the partition and repartition it another way. when i click on the option to remove all linux partitions and create default format, it errors and says it cannot make another primary partition, then says there is no room for /boot. and i can not proceed.

View 1 Replies View Related

Fedora Installation :: Install F12 On Windows Partition And Keep F10?

Jan 16, 2010

I got an acer aspire 4310 with vista pre installed.
I installed fedora 10 on the D:/ drive by setting the D:// drive as free space within vista and then installed fedora 10. So now I have dual boot vista and fedora using grub.

How can I delete vista and install Fedora 12 on that C:// partition and be able to keep and boot my fedora 10.

Has anyone here done this before?

View 14 Replies View Related

Fedora Installation :: Partition 13 Dvd With Windows Xp Pro On Desktop?

May 30, 2011

how do i partition my fedora 13 dvd with windows xp pro on my desktop?

View 6 Replies View Related

Red Hat / Fedora :: Windows Partition NOT Booting After Installation Of F10

Jan 20, 2010

I have upgraded my F8 installation to F10 installation recently. After this upgrade, I am able to access the windows partition, and add remove files in the same.Today, I tried booting into my windows partition and I was unable to boot into it. My laptop tried to boot into it, but crashed and came back to the grub selection screen...I did not have this issue previously, with other Linux installations..

View 8 Replies View Related

Fedora Installation :: Windows Vista Partition Is Broken ?

Nov 2, 2010

I have a Gateway PC, that came with two partitions(not it is more): Vista + Recovery

I just downloaded and installed Fedora(latest image found on the website)

1. Re-sized Vista Partition to 650 Gb(using utility that came with installation), got 50 Gb free space

2. Installed Fedora on Free space

Decided to boot back to Windows(to check if it was left intact) , Windows boots into Recovery mode. It can't find the partition !

Fedora boots up fine. When my PC starts, it give me message that I have 3-5 seconds to choose what system to boot. Disk Utility shows that my HD is split into multiple partitions.

Really need to get back my Windows Partition. All my work is on it.

View 2 Replies View Related

Fedora Installation :: LiveCD-system Crash At Partition Step?

Jun 5, 2011

I run ubuntu, 2 partion, one primary for / , one for /home and ofc swap.When I run the Livecd, at the partition step I do:

-Custom

-Select my / partition to install

-When I select next I get the error "blah blah, must be probably a bug...." and system crashes.

After system crach I can't boot into Ubuntu or anything, it gets me on the "error 11 ( think is 11 ) grub> " screen.Also, I think its something with my nouveau drivers, I think i get an error when boots the LiveCD something like "fudc...". It happens really fast and I can't read it properly.I did this procedure twice to write the errors, but it happens too fast to check them out. Also, is there a way to prepare the system before installing the Fedora, to avoid these errors?

View 4 Replies View Related

Ubuntu Installation :: Error "the File System Creation In Partition 1 Of Sci1 (0,0,0) (sda) Failed"

Sep 6, 2010

I have searched for answer to this question but cannot find one. I am trying to install ubuntu 8.04.2 on my Acer TravelMate 290 but when I get to the install stage I get the error message "the file system creation in partition 1 of sci1 (0,0,0) (sda) failed". I am dedicating the entire HD to ubuntu, no windows and no dual boot.

View 5 Replies View Related

Fedora Installation :: Will Windows XP Fail If Put In A Partition In The Free Space

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

Fedora Installation :: Format A Windows Partition So Can Easily Access It?

Jan 22, 2011

My old computer came with two disks, with Windows XP on one. I installed Fredora on the other.
I also resized the c: partition on the first disk and added a second partition which I formatted as fat32.
I then mounted that partition with its entry in /etc/fstab such that I could write to it as myself.

I have a new computer, 64 bit and running Windows 7, which I want to organize roughly the same way. I will install Fedora 14 on its seond disk. I've shrunk the c: partition under Windows using Disk Management. I want to create a 100 Gb D: partition on the same drive in the remaining space, and I want to be able to access both c: and D: for reading and writing by root and I want to be able to access the d: drive for reading and writing also by myself. Since it is a 64 bit machine, my choices for formatting the d: drive are HTFS or exFAT. Does it matter which I choose so that I can do what I want? How does Fedora treat exFAT?

Can anyone remind me which packages I need to add in order to be able to read NTFS file systems from Fedora? Can I also write to such a file system as root?

Can I write to such a file system as myself if I mount it properly?

View 4 Replies View Related

Fedora Installation :: Error 17 Cannot Mount Selected Partition

Oct 10, 2009

I am having problems with grub. Originally I was having trouble installing Service Pack 2 for vista and I made the fool's mistake of changing the active partition in disk management from the boot partition to the windows partition. This blew up grub. After restarting I was dumped at the grub terminal i.e.

grub>

so I thought okay, I will just reinstall grub. I ran setup (hdx,y) but now when I restart first of all the splash screen is different, rather then the blue background with the big words in white, fedora 11, it's black and I get a error saying unable to read any images. I can see the different OS' I have on the grub screen but attempting to load any of them gives me

error 17 cannot mount selected partition.

I am currently running the Fedora 11 xfce spin live cd. From the terminal here, here is some information. sda3 is my fedora 11 partition I am not sure maybe it is because of ext4 but I can't seem to mount it using mount /dev/sda3 /mnt/xxxxx.

[root@localhost grub]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x72edceee
Device Boot Start End Blocks Id System

[Code].....

View 11 Replies View Related

Fedora Installation :: What File System Should Use To Partition A Slow And Old Hard Drive

Nov 25, 2009

What file system should I use to partition a slow and old hard drive? I know that ext2 was best for old computers which mine is not but I am using an old hard drive for extra storage and I was curious if anyone knew if using ext2 or ext4 would show any performance differences.

View 4 Replies View Related

Fedora Installation :: VNC Level 3 Installation - Remote Into The System Via My Windows Xp Systems

Sep 15, 2009

What I'm trying to do at this point is setup VNC so I can remote into the system via my windows xp systems. I have VNC installed on those computer and I was able to get GNOME's remote desktop operating when I log in on level 5 and actually logged into my user account. However, when I'm not logged in on level 5 it will reject connections entirely. Ultimately I want to remote into the system using tightVNC and view the level 3 (command line only) thing, and allow me to telinit - 5 to switch to gui if I need it from VNC on the windows system. This way I don't need a monitor, keyboard and mouse plugged into the server. Right now that's what I'm having to do.

The problem is that it doesn't run in level 3 at all and level 5 (gui mode) doesn't work if i'm not logged into an account. So how can I get this to work at as a constant running server no matter what level and login point i'm at? Ultimately for this Linux admin class I have to setup a working server and I figured I'd get a base setup with VNC support that I could log into from school to work off of instead of having to use the local connection. Once I get VNC working on my network i'm pretty sure I can get it working beyond my local network.

Here's some commandline stuff that may diagnose my issues:

Code:

As you can see I'm having issues with the libstdc++ lib being detected. I have it installed, but apparently not everything is setup properly. I also have an RPM file for VNC and I've tried to install it with the gnome shell but it gives me an error: "Can't install /home/[user]/Download/vnc-4_1_3-x86_linux.rpm as no transaction" I'm not sure what that means. When I use the command line I get this:

Code:

View 1 Replies View Related

Fedora Installation :: Grub Error 17: Cannot Mount Selected Partition

Jun 4, 2010

I dualboot Ubuntu and Fedora in one hard drive. Below are the scenario.

First, installed Ubuntu 10.4 on the entire disk (40GiB of size). Then, shrink the Ubuntu installation to equal size to free up space for fedora.

Second, installed Fedora 13 using the option "Use free space on selected drives and create default layout". After the successful installation fdisk -l shows,

Code:
# fdisk -l
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[Code].....

View 2 Replies View Related

Fedora Installation :: Error Creating Partition - Device Or Resource Busy

Jul 19, 2011

So I cant seem to be able to install fedora 15. I think it is the disk. I have windows 7 already installed (and would like to keep it) It was installed on the end of the hard drive leaving a 100 GB chunk in the center of the drive open and unformatted (this may be the problem). Anyway I used the live cd and tried to format the unformatted partition to exf but it gives me this error

Code:
Error creating partition: helper exited with exit code 1: In part_add_partition: device_file=/dev/sda, start=105906176, size=104752742400, type=EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
Entering MS-DOS parser (offset=0, size=500107862016)
MSDOS_MAGIC found
found partition type 0xee => protective MBR for GPT
Exiting MS-DOS parser
Entering EFI GPT parser
GPT magic found
partition_entry_lba=2
num_entries=128
size_of_entry=128
Leaving EFI GPT parser
EFI GPT partition table detected
containing partition table scheme = 3
got it
got disk
new partition
added partition start=105905664 size=512
committed to disk
Error doing BLKPG ioctl with BLKPG_ADD_PARTITION for partition 2 of size 105905664 at offset 512 on /dev/sda: Device or resource busy

Do I have to reinstall windows for this to work or is there something I can try to do.

View 2 Replies View Related

Fedora Installation :: On Vista - Keep The Windows Boot Loader And Also Install On A Usb Drive Or A Separate Partition

Aug 16, 2009

install fedora 11 on Vista I want to keep the windows boot loader and also install on a usb drive or a seperate partition that has 10GB free "install doesn't see partition's". Recently I installed ubuntu and had a major problem with booting, without having the usb drive connected I couldn't boot windows so uninstalled it. I'm trying to install now but install does'nt give me any option to select partitions from my drives one 320GB "portable, 3 partitions" and 80GB "main os 2 partitions one partition has 10GB free"

View 3 Replies View Related

Ubuntu Installation :: Os_prober Calls The Vista Partition The Windows Recovery Partition

Feb 20, 2011

Two days ago I repartitioned my laptop HD and added the latest Ubuntu (2.6.35-25-generic) to the existing Vista and existing Ubuntu (2.6.32-28-generic via upgrades from 9.14(?)). Prior to this install it was using Grub with menu.lst from the old/upgrade Ubuntu. After the install the boot menu labels the partition with Vista as the Windows Recovery partition and the recovery partition item is no longer present.

At first I wondered how I could get Vista to boot. I found that SuperGrub cd would boot it OK. Then, it dawned on me that the boot menu item was not the recovery partition, but instead the Vista OS partition mislabelled . Vista loads just fine from it. The recovery partition is no longer listed as it was with Grub/menu.lst. SuperGrub will not boot the recovery partition, showing an error "missing BOOTMGR".

'os-prober' produces--
root@Toshiba:/home/deh# os-prober
/dev/sda2:Windows Recovery Environment (loader):Windows:chain
/dev/sda7:Ubuntu 10.04.2 LTS (10.04):Ubuntu:linux

[code]...

I edited boot/grub/grub.cfg so the boot menu item is labelled correctly, but suspect that it will revert back when there is an upgrade.

View 4 Replies View Related

Ubuntu Installation :: Format Windows Partition To Be The Home Partition And Changed The Nfts To Ext

Sep 1, 2011

i have instaled ubuntu 11.04 wubi on my pc with windows 7. i installed and everything was going ok i navigate on ubuntu already. but the problems star here i went on my ubuntu to the partition section and i format my windows partion to be the home partion and changed the nfts to ext, i did the upgrades but i forgot that theyr running yet and i restart my computer when it boot again it gaves me an error:

try (0,0) : nfts5 : wubildr
try (0,1) : ext2 :

and the windows7 says that i have to instal again. so i went to another pc and i made a cd boot and a pen boot. i burned the iso (downloaded from the ubuntu oficial site the 11.04 32 bit version) image to the cd and pen drive prperly, i adjust my boot options to star from usb or cd rom and nothing im struck.

View 9 Replies View Related

Fedora Installation :: Shrinking Current Windows System?

Oct 31, 2010

I may require some aid in installing Fedora 13 (via a burned CD iso image) on a double boot system with Windows 7 as default. After going through the keyboard mapping and time-zone selection, I had the option of shrinking my Windows to accommodate Fedora, which I chose. The following selection appeared:

/dev/sda1.ntfs 0MB
/dev/sda2.ntfs 0MB
/dev/sda3.ntfs 0MB

If I try to decrease any of them, this communication materialises: Error: new size same as old size. So I canceled the installation set-up and rebooted Windows. I'm quite new to alternative operating systems (having used Windows all my life) and would appreciate a concise and legible answer.

View 3 Replies View Related







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