• Welcome to Valhalla Legends Archive.
 

Creating a partition...

Started by BNLS, August 19, 2004, 01:38 PM

Previous topic - Next topic

BNLS

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?

Sargera

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.  :)

BNLS


BNLS

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?

Newby

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?
- Newby

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote<TehUser> Man, I can't get Xorg to work properly.  This sucks.
<torque> you should probably kill yourself
<TehUser> I think I will.  Thanks, torque.

Archonist

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?

Balistik

#6
Use NTFS, if I'm not mistaken, its the newest / fastest windows file system type.

Sargera

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.

muert0

NTFS isn't exactly incompatible it's just read only.
To lazy for slackware.

Kp

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
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

Maddox

#10
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)
asdf.

iago

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.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Thing

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.
That sucking sound you hear is my bandwidth.

Kp

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.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!