LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Linux on an NTFS Partition? (https://www.linuxquestions.org/questions/linux-newbie-8/installing-linux-on-an-ntfs-partition-434216/)

B'etor 04-11-2006 04:13 PM

Installing Linux on an NTFS Partition?
 
I'm getting a new laptop this summer and I'd like to dual boot between XP and Linux (probably Ubuntu). I'm wondering about partitioning my hard disk and specifically which file system should I use. I'd like to be able to read and write from both partitions no matter which OS I'm on at the time. If my computer comes loaded with Windows XP it will almost certainly come with the hard disk formatted in NTFS by default correct? I know that there are ways to get Linux running on an NTFS partion but I'm wondering if it will increase the difficulty of installing Linux greatly or decrease the stability. Also if I do decide that I should just install Linux on a FAT partition how easy is it to downgrade from NTFS to FAT when I'm partitioning the disk?

bernied 04-11-2006 04:20 PM

Have you considered only sharing some of the filesystem? You could have a third partition which is FAT32 that you can access from both OS's. Then you don't need to compromise XP by downgrading from NTFS to FAT (linux write support for NTFS is quite new), and you don't need to compromise linux by using a filesystem not well suited to it.
There are many other possibilities for partitioning.

oneandoneis2 04-11-2006 04:22 PM

NTFS support is not good for Linux - it's probably the worst filesystem you could try to install Linux on, TBH.

You'd be far, far better off shrinking the Windows partiton & using a Linux filesystem for Ubuntu. You can get third-party support for ext2 for Windows, or just use a FAT partition to share data as bernied suggests.

pljvaldez 04-11-2006 06:58 PM

Use qtparted or whatever partitioning software your distro comes with to shrink the NTFS partition. Then create a shared FAT32 partition for shared data and ext3 partition for linux. And depending on how much RAM you have, you might also need a 512MB swap partition.

michaelk 04-11-2006 07:30 PM

FAT32 and NTFS do not support linux permissions and so it is best to install using a native filesystem. As previous posts suggest shrink the existing NTFS and leave unallocated space for the installer to create and format partitions for linux.

There are many filesystems for linux ext2, ext3, reiserfs, jfs, xfs, minix and xiafs are the ones that come to mind. The last two are not used much anymore. Many distributions use ext3 by default but there are some performance differences. Lots of info on the web on the filesystems. For example reiserfs is better with lots of small files and xfs is better with lots of large files.

tamoneya 04-11-2006 08:08 PM

for partition if you dont have linux installed yet just have some unpartitioned space on harddrive and let the installer partition it for you. It will let you make ext2 ext3 etc... fat32 is a good idea for storage between OSes. There is some support for reading and writing on NTFS through linux but i would suggest not using it because sometimes it results in errors and corrupted data.

mista_chewey 04-12-2006 02:15 AM

are there Linux filesystems that can support files larger than 5gigs?

cs-cam 04-12-2006 03:02 AM

Quote:

Originally Posted by mista_chewey
are there Linux filesystems that can support files larger than 5gigs?

All of them. The filesystems in use on your average linux system have max file sizes ranging from 16GiB to 9PiB. 5GB shouldn't be an issue...

rconan 04-12-2006 07:38 AM

you could reinstall your windows XP on a FAT partition and run Extended for linux.
That way with tools you download windows can access linux and linux has FAT support by default (most of the time)

B'etor 04-12-2006 07:07 PM

Thanks for all of the information, it's been a big help.


All times are GMT -5. The time now is 10:36 PM.