Valhalla Legends Archive

General => General Discussion => Topic started by: BNLS on August 19, 2004, 01:38 PM

Title: Creating a partition...
Post by: BNLS on August 19, 2004, 01:38 PM
Is it possible t create a partition using windows and not linux.....this isnt for me but my freind is clueless...if it can be done can you explain how in a post please?
Title: Re:Creating a partition...
Post by: Sargera on August 19, 2004, 02:11 PM
Restart your computer and boot via your Windows installation disc and use the Windows partition manager.  You can also use programs such as Partition Magic.  :)
Title: Re:Creating a partition...
Post by: BNLS on August 19, 2004, 02:16 PM
ty very much
Title: Re:Creating a partition...
Post by: BNLS on August 19, 2004, 02:32 PM
when i create a partition that im going to run linux on what file system type do i use fat, fat32, ntfs, linux ext2, linuxext2 or linux sway?
Title: Re:Creating a partition...
Post by: Newby on August 19, 2004, 06:36 PM
Quote from: BNLS on August 19, 2004, 02:32 PM
when i create a partition that im going to run linux on what file system type do i use fat, fat32, ntfs, linux ext2, linuxext2 or linux sway?
Didn't you say it was for your friend?
Title: Re:Creating a partition...
Post by: Archonist on August 19, 2004, 09:03 PM
Quote from: Newby on August 19, 2004, 06:36 PM
Quote from: BNLS on August 19, 2004, 02:32 PM
when i create a partition that im going to run linux on what file system type do i use fat, fat32, ntfs, linux ext2, linuxext2 or linux sway?
Didn't you say it was for your friend?

Well THATS helpfull, jokes jokes  :P

Sway = Swap??

You'd make an linux ext, 2 or 3 would work. (I, well iago, prefer ext3) You'll also need to make a swap, which should (*i belive*) be twice as large as your amount of ram. Just wondering, what distro are you using?
Title: Re:Creating a partition...
Post by: Balistik on August 19, 2004, 10:55 PM
Use NTFS, if I'm not mistaken, its the newest / fastest windows file system type.
Title: Re:Creating a partition...
Post by: Sargera on August 19, 2004, 11:02 PM
Quote from: Balistik on August 19, 2004, 10:55 PM
Use NTFS, if I'm not mistaken, its the newest / fastest windows file system type.

He wanted to know which one to use for Linux.  NTFS is incompatable with Linux, he would need to use FAT32 to transfer files across his Windows/Linux partition.
Title: Re:Creating a partition...
Post by: muert0 on August 19, 2004, 11:32 PM
NTFS isn't exactly incompatible it's just read only.
Title: Re:Creating a partition...
Post by: Kp on August 19, 2004, 11:53 PM
Quote from: muert0 on August 19, 2004, 11:32 PMNTFS isn't exactly incompatible it's just read only.

IIRC, there're drivers for Linux that can write to NTFS.  OTOH, last I checked (which was quite a while ago), they had a tendency to horribly corrupt the entire partition.  But they do permit writing. :P
Title: Re:Creating a partition...
Post by: Maddox on August 20, 2004, 12:20 AM
Quote from: Kp on August 19, 2004, 11:53 PM
Quote from: muert0 on August 19, 2004, 11:32 PMNTFS isn't exactly incompatible it's just read only.

IIRC, there're drivers for Linux that can write to NTFS.  OTOH, last I checked (which was quite a while ago), they had a tendency to horribly corrupt the entire partition.  But they do permit writing. :P

I know Gentoo has built-in support for the NTFS file system. It reads fine, however, IIRC it can only write to a file if it doesn't change the size. You cannot delete or make files or folders.

If you want to be able to read/write from both Linux and Windows then I suggest making a fat32 partition to store data. If you want to make a FAT32 partition larger than 32GB then you need to use fdisk or some other software like Partition Magic.

These are how my partitions are set up:
Quote
  Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1           5       40131   83  Linux
/dev/hda2               6          68      506047+  82  Linux swap
/dev/hda3              69        2434    19004895   83  Linux  // ext3

  Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1        2550    20482843+   7  HPFS/NTFS
/dev/hdb2            2551        9729    57665317+   c  W95 FAT32 (LBA)
Title: Re:Creating a partition...
Post by: iago on August 20, 2004, 12:22 AM
For Linux, you want ext3.  If you install Linux on fat32 it'll work, but it's incredibly dumb.  

You can use ReiserFS, which is apparently good if you have lots of small files, but my friend (Xar) said it can corrupt easily.

Ext2 and Ext3 are the best.  Ext3 is newer, and, therefore, better.
Title: Re:Creating a partition...
Post by: Thing on August 20, 2004, 06:38 AM
QuoteYou can use ReiserFS, which is apparently good if you have lots of small files, but my friend (Xar) said it can corrupt easily.
I use ReiserFS almost exclusively and have not experienced any notable corruption.

QuoteExt2 and Ext3 are the best.  Ext3 is newer, and, therefore, better.
Actually, ext3 is better because it is a "journaled filesystem" and ext2 is not.

More info on ReiserFS can be found here (http://www.linuxplanet.com/linuxplanet/tutorials/2926/2/).
Title: Reiser vs. ext{2,3}
Post by: Kp on August 20, 2004, 09:17 AM
After playing with ReiserFS for a while, I very much regret choosing it over ext3.  When I used ext2, I was able to do nice low level backups easily and I'm pretty sure the same could be done with ext3.  ReiserFS, unfortunately, is incompatible with that backup style (but, for a mere $50,000 the company which made Reiser is willing to develop a compatible system, iirc), which leaves me stuck tarring the areas I want to save and writing the tarballs to tape.