Linux & Partitioning for New Install

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
DenTP4rm
Sophomore Member
Posts: 199
Joined: Wed May 03, 2006 2:12 pm
Location: Northeast Brazil

Linux & Partitioning for New Install

#1 Post by DenTP4rm » Fri Sep 07, 2007 1:14 pm

I have a real basic question but would appreciate as thorough an answer as possible. I looked through recent posts to this forum and didn't find answers to what I'm looking for.

I'm new to Linux. I want to do a fresh install on a T60p 2623DDU. I don't want to go with a CD or DVD version as I want to test it for some time and I don't want to dual boot as I'm not interested in messing with a stable HD.

I plan to use a 100GB SATA drive that already has my Thinkpad WinXP Pro install on it. (It's a clone and I have the working original on a separate drive.) I downloaded the CD images for SLED 10 from Novell and plan to install from that.

1. Should I just wipe the old install from this WinXP drive and start from scratch or will the Linux install take care of that, including the preload?
2. Does Linux use a different kind of file system than NTFS?
3. Assuming at some point I decide to drop Linux and go back to WinXP Pro, could I just reformat the Linux drive in Windows and clone my XP install back to the drive? I'm asking because I know nothing about the file system. Since, for example, you can't see an NTFS drive from a FAT32 drive I'm curious if the Linux partition would be visible from within Windows and if it does anything to mess with the drive architecture.
4. In Windows I like to use three partitions, a C: drive for the OS, a D: drive for programs and an E: drive for personal data. Is this possible and/or advisable in Linux? Or, would I be better off just making it one big partition?

thanks for the help,
DenTP4rm

tom lightbody
Junior Member
Junior Member
Posts: 334
Joined: Fri Jul 07, 2006 1:07 am
Location: cleveland

#2 Post by tom lightbody » Fri Sep 07, 2007 2:12 pm

let's see whether I understand your situation. You have two HD's, on one XP, on the other [soon] linux.
You have no interest in dual booting, but you imagine at sometime you'd like to have XP on both drives--no linux.

If that's right, and if it were me, I'd use the drive with the preload as my linux drive, leaving the preload
intact for later, when I might want to use it. I have a drive like that--dual boot with w2k--here's the partition table:


Disk /dev/hda: 32.0 GB, 32003112960 bytes
15 heads, 63 sectors/track, 66144 cylinders
Units = sectors of 1 * 512 = 512 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 17357 8201151 c W95 FAT32
/dev/hda2 17358 29954 5952082+ 83 Linux
/dev/hda3 29955 63936 16056495 5 Extended
/dev/hda4 63937 66144 1043280 1c Hidden FAT32
/dev/hda5 29955 31467 714860 82 Linux swap
/dev/hda6 31468 63920 15334008 83 Linux

(sorry the formatting got messed up:-)
You won't have the first partition. If you had three linux partitions--ext3 filesystem, I would recommend,
quite different from any MS filesystem--then the first one (smallest) could be your / "root" partition, where
the OS and necessary utilities live, your second (bigger) could be for /usr where many executibles
reside that are not necessary for booting--and your third (biggest) for /home including /home/you, plus for any other users.

maybe this will help with some of your questions. If your experience with linux resembles mine, you will be
using it years from now in preference to any other OS .
the way up and the way down are the same (heraclitus)

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#3 Post by whizkid » Fri Sep 07, 2007 3:05 pm

I'm a user of Fedora, so mea culpa.
DenTP4rm wrote:1. Should I just wipe the old install from this WinXP drive and start from scratch or will the Linux install take care of that, including the preload?
Fedora allows one to erase all Linux partitions or ALL partitions. I'd hope SLED does the same. Since you have all your data on another drive, I'd erase the entire drive.
2. Does Linux use a different kind of file system than NTFS?
Yes. Ext3 is very common nowadays. However, Linux can read and write FAT and NTFS partitions. You'd think that since the ext3 code is GPL'ed someone would write a library to allow Windows to read and write ext3, but I don't know of such a thing.
3. Assuming at some point I decide to drop Linux and go back to WinXP Pro, could I just reformat the Linux drive in Windows and clone my XP install back to the drive? I'm asking because I know nothing about the file system. Since, for example, you can't see an NTFS drive from a FAT32 drive I'm curious if the Linux partition would be visible from within Windows and if it does anything to mess with the drive architecture.
You can always delete all your ext3 partitions. make NTFS partitions and restore your backup.
4. In Windows I like to use three partitions, a C: drive for the OS, a D: drive for programs and an E: drive for personal data. Is this possible and/or advisable in Linux? Or, would I be better off just making it one big partition?
For starting out, I'd let the distribution decide how to partition. For example, Fedora makes a 100MB /boot partition, a swap partition (not stored in a file like Windows), and a root partition where everything else goes. The great thing about cheap storage is you can buy an external drive, back everything up, repartition, boot off a CD and restore everything, so your partitioning decisions are not so cast in stone anymore. There's also LVM, which allows you to resize partitions on a live drive, but I avoid such black magic.

Best of luck!
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

DenTP4rm
Sophomore Member
Posts: 199
Joined: Wed May 03, 2006 2:12 pm
Location: Northeast Brazil

#4 Post by DenTP4rm » Fri Sep 07, 2007 3:42 pm

Tom, thanks for the insights about Linux partitions. whizkid, very helpful point by point replies. That's basically what I needed to know but, if anybody has anything else to add I appreciate it.

Just clarifying one point. whizkid, you seem to indicate I could delete the Linux partitions from within WinXP. Is that the case? Or, would XP just "see" the drive but not the Ext3 partitions? I ask that as you indicated Windows could not read and write to Ext3.

Thanks for your patience and help,
DenTP4rm[/b]

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#5 Post by whizkid » Fri Sep 07, 2007 3:46 pm

Using Windows disk manager, you can indeed delete Linux partitions. You can also delete partitions while installing Linux or Windows, and install on new partitions in the space of the old ones.

There are also programs on a CD that you can boot and use to edit partitions, make backups and restore files.
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

Harryc
Moderator Emeritus
Moderator Emeritus
Posts: 13228
Joined: Thu Apr 12, 2007 8:23 am
Location: Upstate New York

#6 Post by Harryc » Fri Sep 07, 2007 3:48 pm

DenTP4rm wrote: Just clarifying one point. whizkid, you seem to indicate I could delete the Linux partitions from within WinXP. Is that the case? Or, would XP just "see" the drive but not the Ext3 partitions? I ask that as you indicated Windows could not read and write to Ext3.
XP disk management sees the partitions and will allow you to delete them, but you cannot read/write to them from XP.

K0LO
Senior Member
Senior Member
Posts: 659
Joined: Wed Sep 07, 2005 12:14 pm
Location: State College, PA, USA

#7 Post by K0LO » Fri Sep 07, 2007 8:59 pm

whizkid wrote:...You'd think that since the ext3 code is GPL'ed someone would write a library to allow Windows to read and write ext3, but I don't know of such a thing...
Check out ext2 Installable File System for Windows.
Mark

X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)

syedj
Senior Member
Senior Member
Posts: 712
Joined: Thu Jul 13, 2006 8:54 am
Location: Nashua, New Hampshire

#8 Post by syedj » Fri Sep 07, 2007 10:59 pm

k0lo wrote:
whizkid wrote:...You'd think that since the ext3 code is GPL'ed someone would write a library to allow Windows to read and write ext3, but I don't know of such a thing...
Check out ext2 Installable File System for Windows.
There is explore2fs application as well, although it only gives reliable read-only access to EXT2 partition.

explore2fs[www.chrysocome.net]
“Long you live and high you'll fly and smiles you'll give and tears you'll cry and all you touch and all you see is all your life will ever be.”

DenTP4rm
Sophomore Member
Posts: 199
Joined: Wed May 03, 2006 2:12 pm
Location: Northeast Brazil

#9 Post by DenTP4rm » Sat Sep 08, 2007 4:35 am

whizkid & Harryc thanks for the clarification on access to Linux partitions in XP. syedj and k0lo, the info on Ext2IFS was very helpful.

From the FAQ section of Ext2IFS I understood that:
1. You can see and, if necessary, delete Ext3 volumes from within Windows Disk Management with Ext2IFS installed. Correct?
2. Files on an Ext3 volume would be accessible from within Windows Explorer. Correct?
thanks,
DenTP4rm

DenTP4rm
Sophomore Member
Posts: 199
Joined: Wed May 03, 2006 2:12 pm
Location: Northeast Brazil

#10 Post by DenTP4rm » Sat Sep 08, 2007 7:34 am

Not wanting to start a whole new topic I just thought I'd ask, does DVI output from the Advanced Mini-dock work in Linux?
DenTP4rm

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#11 Post by whizkid » Sat Sep 08, 2007 8:22 am

DenTP4rm wrote:Not wanting to start a whole new topic...
Starting a new thread makes it easier for others to search for answers.
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

DenTP4rm
Sophomore Member
Posts: 199
Joined: Wed May 03, 2006 2:12 pm
Location: Northeast Brazil

#12 Post by DenTP4rm » Sat Sep 08, 2007 9:18 am

Done!

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: axur-delmeria and 1 guest