Slackware :: Preformatting With Gparted Prior To Installation - Partition Scheme

Jan 13, 2010

A snapshot of my existing partion configuration can be viewed at: [URL] I intend for the space including /dev/sda1,dev/sda2 and /dev/sda3 to be used by slack 13.0. The OS at /dev/sda6 and /dev/sda7 will be "retired" once I get slack up, running and configuration for my work. In the past I have preformatted partitions, that is, from the existing OS, I have formatted partitions for use by the next OS, using gparted. In the case of ubuntu, that has worked well. And frankly, I'm pretty rusty with fdisk....

1)Is there any advantage - or disadvantage - in my doing this for my pending slackware installation? Will slack recognize the "clean" partition and opt to skip formatting?

2)I presume that slack will recognize the existing swap partition. Am I correct?

3)My scheme would be to provide separate partions for /, /home/ and /usr or /usr/local.

4)Any recommendations on filesystems?

View 4 Replies


ADVERTISEMENT

Ubuntu Installation :: Add Extended Partition In GUID Partition Scheme?

May 12, 2011

I am not really sure if the title makes any sense or if it even possible. Basically I am currently triple booting with Mac osx on the first partition windows 7 on the second and ubuntu linux on the 3rd with a swap partition. So basically on my 2TB harddrive

Mac (200gb)
Windows (200gb)
Linux (200gb)
Swap (8gb)
NTFS(1592gb)

The last partition is formatted as ntfs using Gparted, windows cannot detect it. The windows disk partitioner shows the swap and ntfs partitions as unformatted. I can unformat the space and use the windows partition to add format it as ntfs but it would format the linux swap partition as well. I am worried that it could potentially screw up everything on my harddrive. My question is. What do I need to do to get the ntfs parition recognized by windows (should I use the windows partitioner)?

View 1 Replies View Related

Ubuntu Installation :: Alongside OSX On A GUID Partition Scheme?

Nov 29, 2010

Just wondering if Ubuntu will install alongside OSX on a GUID partiton scheme.

View 1 Replies View Related

Ubuntu Installation :: Optimal Partition Scheme - Manually Partitioning HD?

Apr 9, 2010

I am a total noob for Linux / Ubuntu. I have been using windows all my life and I decided to get rid of Bill finally. I want to install Ubuntu by Manually partitioning my HD. I have a 500GB HDD. optimal partition scheme. I repeat i am a total Noob. please let me know details for each partition like

1. Primary or Logical
2. type
3. mount point
4. size

I am having no other OS in the pc. just planning to have ubuntu. no dual boot needed.

View 2 Replies View Related

General :: Partition Gparted Fdisk / When Reduced The Size Of Some Linux Partitions Using Gparted?

Sep 18, 2009

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.

View 2 Replies View Related

Fedora Installation :: GParted Can't Resize The Partition?

Dec 27, 2009

I threw F12 KDE on my spare rig and wanted to throw Ubuntu on it as dual boot so I can play around with different things in each flavor. I installed F12 across the entire drive and later decided I wanted to try Ubuntu with it dual boot. I booted to Ubuntu's LiveCD and fired up GParted - but GParted can't resize the partition. It just gives me a 200mb EXT4 partition and "lvm2".

View 2 Replies View Related

Ubuntu Installation :: Gparted Won't Allow For New Partition 1.5tb Drive?

Jan 3, 2010

I have a new 1.5tb internal drive I want to partition as NTFS (because Windoze machines need to see/use it) and in gparted, when I go to partition -> new, it says it could not add this operation to the list a partition cannot have a length of -1 sectors. I recall having this issue on my 2tb external drive and I ended up creating the NTFS parition on a Windoze machine and then bringing it to the Linux box but since this is an internal drive, that's not an option. I took all the defaults in the "Create new partition" screen.

View 1 Replies View Related

Ubuntu Installation :: Gparted Not Deleting Partition

Dec 29, 2010

I tried to install ubuntu on exernal drive and install grub there. But no joy. I had to do on primary master.

Now grub shows 2 linuxes on machine, which is a pain, since I cannot boot this other install on external from grub.

I am trying to delete and create that partion with gparted. But won't delete it, even after unmounting it.

View 5 Replies View Related

OpenSUSE :: Application To Backup Root Partition Prior To Tumbleweed

Mar 21, 2011

On my main work machine I have openSUSE 11.4 standard KDE on two partitions, standard root and standard /home. I'm going to add the Tumbleweed repos and follow the evolution of openSUSE until 11.5/12.0 is released.

But I cannot afford to have my main work machine off the air. So I want to back up the root parttiion each time I go a major upgrade from the Tumbleweed repos.

So I thought I would just image the root partition in compressed/reduced form to a USB drive prior to updating.

First I looked at Partimage but it doesn't do the EXT4 filesystem.

Second I thought about Clonezilla but it doesn't allow compression (it states that the target for the image must be at least as big as the source partition); thus DD is just as limited.

Third I looked at the System backup and restore facility in Yast but it seems to be undocumented (i.e. I can't find it.)

Then I thought why not just use cp because the root filesystem of 11.4 for me is only occupying 6Gb ATM. I propose to use "cp -a -u -v" from a live CD to copy the root files to a USB drive with an EXT4 partition.

So two questions:is there a flaw in backing up the system/root with "cp -a -u -v"
is there a better imaging software for a small job like this

View 9 Replies View Related

Fedora Installation :: Partition Hard Disk Using GParted

Dec 6, 2010

HP Netbook Mini 210
F14 xfce
I installed F14 xfce and using the entire disk.

Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 97G 4.0G 92G 5% /
tmpfs 494M 212K 494M 1% /dev/shm
/dev/sda1 485M 49M 211M 11% /boot
/dev/sda4 193G 8.5G 175G 5% /home

After I have installed all my programs, I need to install windows and I need visual studio. So I was thinking of taking 20 GB from the /home directory and using that for windows. I can use gparted. However, many posters on here think it is best to use gparted by booting from the disk. However, I cannot do this, as I don't have any DVD drivers. And I can't really afford to buy one just for this reason. What is the best way to do this?

View 2 Replies View Related

Ubuntu Installation :: Gparted Fails To Grow Partition

Jul 12, 2010

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:

[Code]...

View 2 Replies View Related

Ubuntu Installation :: Moving Space From One Partition To Another Using GParted

Jul 27, 2010

I have on sda1 Windows 7 installed. On sda2 I have 3 sub partitions (extended partition) with Ubuntu 10.04 and a swap space and one partition for /usr/local. Now I tried to move space from sda2 to sda1 using gparted. It's not possible. I deallocated space from sda2 which works. But I cannot merge it with sda2. Is that, because sda2 is an extended partition? Is there a work around without killing all partitions and lose my complete data?

View 4 Replies View Related

Ubuntu Installation :: GParted - Moving Partition Out Of Extended One

Oct 31, 2010

I've installed Windows 7 + XP + Ubuntu 10.10 and Mac Os X on my PC. The problem is that XP wont boot. I've tried a lot of fixes for the last 2 days but still nothing. So I've come to conclusion that it might be probably due to its partition (dev/sda being inside of another Extended partition (dev/sda3) as you guys can see on the attachment. If so, how can I move it out of the extended partition.

View 9 Replies View Related

Installation :: GParted (Ubuntu) Won't Create A NTFS Partition?

Mar 30, 2010

So, my GParted (Ubuntu) won't create an NTFS partition (the option is greyed out). I'm trying to create an NTFS partition to allow for a Windows 7/Ubuntu dual-boot. Everywhere I check, they suggest either creating the NTFS partition in GParted BEFORE installing Windows OR leaving it "unallocated" with the Linux partition after it.

I have tried both now, with two results:

1) GParted can't create an NTFS partition within Ubuntu 9.10.

2) On the other hand, the Windows 7 Installer says that Windows can not create a partition or find a partition when I attempt to select the "unallocated" portion.

View 2 Replies View Related

General :: Create A Partition Using Gparted For Centos Installation?

May 24, 2011

I am trying to create a partition using gparted for my centos installation but I accidentally deleted my partition table. my partition was created on windows7 and dual boot with ubuntu. I am trying to recover it using test disk with ubuntu live cd but after I recover it still I neither can't boot on windows or Ubuntu here is the result of patition quick seart

Quote:

Disk /dev/sda - 320 GB / 298 GiB - CHS 38914 255 63
Partition Start End Size in sectors
>D HPFS - NTFS 0 32 33 12 223 19 204800 [System Reserved]

[code]....

I tried to set up my partition characteristic like this

Quote:

Disk /dev/sda - 320 GB / 298 GiB - CHS 38914 255 63
Partition Start End Size in sectors
1 * HPFS - NTFS 0 32 33 12 223 19 204800 [System Reserved

[code]....

and still can't reboot on my win7 or ubuntu

View 1 Replies View Related

Fedora Installation :: Resize 10 Partition Down From 150gb To 100gb But GParted?

Feb 27, 2009

I want to resize my Fedora 10 partition down from 150gb to 100gb but GParted 0.4.3-1 doesn't seem to want to touch it since its using LVM. Is there anything I can do?

View 7 Replies View Related

Ubuntu Installation :: Broke Windows Vista Partition With GParted

May 22, 2010

So far I've been dual-booting Vista and Intrepid, and I decided I'd shrink down the Linux partition a bit, expand the Windows partition and reinstall Ubuntu fresh from a Live CD. I booted up from a Live CD, mounted the old Linux filesystem to check that I hadn't missed any documents to back up before I wiped the partition, and then cued up the relevant operations in GParted.

The key mistake I made was not to unmount the old Linux partition first, which led GParted to bug out and, apparently, stop my Windows partition from working. GParted no longer recognises the partition as NTFS - it tells me it's an unknown filesystem, and refuses to move or resize it.

sudo fdisk -l recognises the partition as HPFS/NTFS. Running chkdsk from a Vista recovery disk has been, so far, unsuccessful. What else can I do to either make the partition bootable again, or at least access it from Linux so I can pull my files off?

View 2 Replies View Related

Ubuntu Installation :: Cannot Resize Partition In GParted (Yellow Warning)

Jun 22, 2010

I have a USB Multiboot created with pendrivelinux.com. I have tried to install Ubuntu 10.04 on a small laptop, but I get the problem that the installer wants to either:

1) Partition my USB key and install it there
2) Install it on my drive and destroy the Windows Partition
4) Install it on my key and destroy everything on it.
3) Manually setup the partitions

When manually setting up partitions, I cannot resize the windows partition. GParted can't resize that partition (there is a triangular ! yellow warning sign, similar to this thread's icon, but yellow). GParted on the USB (GParted Environment) has the same problem as GParted in Ubuntu. It seems to be locked, even though I am in root and I have every hard drive partition unmounted.

View 9 Replies View Related

Ubuntu Installation :: Create Extended Ext3 Partition Using GParted?

Aug 3, 2010

how to create extended ext3 partition using GParted? Every time I select "New" for unallocated space I can only create primary partition. Other options (extended and logical) are always greyed out.

View 5 Replies View Related

Ubuntu Installation :: Unable To Resize Partition With Gparted On Live CD?

Feb 17, 2011

I recently got new hard drives for more space and copied all my old drives onto this one (everything mirrored, no problems)The thing is, when I first setup my Ubuntu, I only allotted like 20GB because of space.Now that I have new hard drives, I wanted to give it more space, roughly double it to 50gb.The problem is, I am unable to resize it.I have booted into the Ubuntu Live CD, and started Gparted. I see all my stuff there, including the unallocated space next to my ubuntu partition (I left it so i could fill it when I expanded the partition)

The problem is, I am unable to make it larger. I right click, click on resize/move, but when I do, it just shows that I'm at my maximum size for that partition, I can only shrink it.so my question is, how in the world can I extend that partition into the unallocated space?I've tried formatting the unallocated space to ext3 to try and merge it, no success.I tried moving my ubuntu partition all the way to the right (end of the disk) so maybe I could extend it to the left, nothing

View 6 Replies View Related

Ubuntu Installation :: GParted - Partition Resize / Adding More Space

Jun 30, 2011

I recently downloaded/installed Gparted as I want to resize my ubuntu to more HDD space in partition and reduce NTFS partition size. Is there any faster way to do gparted in ubuntu? I remembered in previous versions of ubuntu that gparted had MBR but I can't find info to do this.

View 1 Replies View Related

Slackware :: Make Lincity Configure Properly Prior To Compiling?

Mar 15, 2010

I have installed SDL_gfx, configured, compiled and installed perfectly fine, then I ran ldconfig, and yet I get an error from the install scrip of Lincity, complaining that I'm missing SDL_gfx -- I've read all the READMEs and INSTALLs for each, yet I can't see what I've missed.What do I need to do to make Lincity configure properly prior to compiling?

View 7 Replies View Related

Ubuntu Installation :: GParted Anomaly: Fat32 Partition Shows 27 GB Used Just After Formatting

Mar 17, 2010

I formatted 56 GBs of my hard disk space into fat32 and it seems that 27 gbs of it is used! Though direct checking from the volume itself shows nothing like this, gparted still insists 27 gbs are used.

View 4 Replies View Related

Ubuntu Installation :: Make A Blank Partition With Gparted And Install Lucid On It

Apr 30, 2010

how to upgrade my ubuntu 9.10 system. I would like to do a clean install of lucid, but I have way too many files. I have a big hard drive, so space was not a problem, and things got out of hand ^^ One thing you should know is that I have plenty of room for my files even if the drive was half it's size, so my idea is possible space-wise. (And I am prepared if this fails. I have backed up my stuff, but would like if it I didn't have to rely on that)

What I want to do is make a blank partition with gparted and install lucid on it. Then I want to keep it a dual boot just to make sure my hardware is working ok, then move my home folder to the new partition, make the lucid partition take the whole hard drive, and delete karmic. I do not want to upgrade because I messed up my install a lot while learning linux, so I really need to start over.

View 7 Replies View Related

Ubuntu Installation :: No Partition Resize On Install / Live Gparted Crashes?

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

Ubuntu Installation :: 10.04 Install Sets Up Partition Table Incorrectly Gparted?

May 23, 2011

I have installed HP g6 notebook from live-cd with 10.04 LTS across multiple partitions, only to find that the partition table is not setup correctly. I place the following mount points on separate partitions:

[Code]...

View 3 Replies View Related

Ubuntu :: 10.04 LTS - No Option For LVM And RAID In Partition Scheme

Oct 21, 2010

I have installed Ubuntu 10.04 LTS on machine but wanted to choose RAID and LVM during partition scheme. Unfortunately I couldn't find such option during partitioning. Is it true that for Ubuntu 10.04 LTS it is unable to use RAID and LVM ?

View 2 Replies View Related

Ubuntu :: Resize Partition Scheme Lack Of Knowledge The Cause?

Jan 26, 2011

I setup a dual boot system, with approximately 200gig planned for ubuntu 10.10. Based on the article here:[URL]..And this quote:

Quote:

# sda1 Recovery Partition, unchanged
# sda2 Windows partition, shrunk preferably from inside Windows, hopefully about 30Gb
# sda3 Primary Partition, 10Gb, file-system = ext3, in the Partitioning Section of the installer change the "Mount Point" = /

[Code]...

I assumed at that point that the "sda3" "/" would be for booting purposes. I would have to guess that I was wrong, because it is filling up very quickly. As you may be able to tell by the screen shot, "sda5", "/home" was what was assumed to be the file structure to store all of the programs and such.

I have only been running this setup for a week, and would expect to not be seeing my "boot" partition growing so quickly. Do I need to resize it? here do the standard programs that I get from the ubuntu software center install at (partition wise)? I suppose I dont mind wiping that section dry and starting over, but I would give a resize a try if possible.

View 8 Replies View Related

CentOS 5 :: GPT Partition Scheme On HP ProLiant DL180 Server

May 12, 2011

I'm installing Centos 5.5 on a HP ProLiant DL180 Server with ~8 TB of hard disk (4 disks that have been pre-RAIDED), from an installation DVD.

Normally when I get to the partitions screen, I would select "remove all partitions etc".

But this gives me an error message "Your boot partition is on a disk using the GPT partition scheme but this machine cannot boot using GPT. This can happen if there is not enough space on your drives for the installation."

Pressed OK, tried the other three partition options but they led to the same outcome.

Tried Advanced storage configuration: Showed that there was one hard drive (c0d0) with ~ 8 TB of space.

I figured I should create a root sector, set one up with 100 MB of space, ext3, set the mount point as /.

Created a software raid of the remaining space.

Trying to go "next" gave me a similar error about GPT partition scheme. Trying various other configurations all gave similar errors about the GPT scheme.

What do I need to do? Some earlier hard format of the disk or something?

View 5 Replies View Related

Debian Configuration :: Fastest Partition Scheme Filesystem For Flash Media?

Nov 11, 2010

I thought this might interest someone out there:[URL].. I used SD cards with MBR formatted as ext2 for backup. After I read these articles, I reformatted my cards with GUID Partition Table and ext4 format. Now I make my backup in half the time!

View 2 Replies View Related







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