LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Parition problem (https://www.linuxquestions.org/questions/linux-newbie-8/parition-problem-603529/)

Sordelka 11-30-2007 11:16 AM

Parition problem
 
I am using Windows XP and Linux at the same time, set up on different partitions. However, I use a third partition for my "non system" files.

In Linux (Ubuntu 7.10), it says that the partiton isn't accessible because of encryption or something like that.

How to make it work on linux?

Thanks

pentode 11-30-2007 11:27 AM

Do you have file compression turned on in Windows?

If the partition is NTFS, you might some issues with Linux being able to write to it, but it should be possible with the right Linux setup. FAT32 should not be a problem, normally.

Sordelka 11-30-2007 11:34 AM

Yea, I have NTFS. If let's say I completely format my hard drive, as I want to switch to linux, would it work better? Like just running one os with two partitions, even if it is NTFS. If it doesn't read/write NTFS, what should I do?

pixellany 11-30-2007 12:12 PM

I use ext3 for all shared partitions. Windows accesses it using the ext2fsd driver (free download). I think I remember that it works like a charm (I hardly ever use Windows.)

zeeshanhayat 11-30-2007 12:29 PM

Fat32 is easily accessible in Linux and native to windows so it might be a better choice. I personally had experienced some problems when i installed ext2fsd driver in windows on a pc. While booting linux, it used to do fs check, once i removed it, there were no problems

linuxonbute 11-30-2007 04:51 PM

I believe that if you install ntfs-3g you will be able to read and write to an ntfs partition.

wraithe 11-30-2007 07:22 PM

I would be inclined to use fat32, its not as recoverable as ntfs or any of the journalised FS, but it is easy to format with both linux and windows...totally accessable to both with no extra applications needed, and no tweeking unless you have write restrictions that you added...

billairds 11-30-2007 08:25 PM

sounds to me that you need to compile a kernel with the drivers to read write ntfs.see the kernel howto.

Sordelka 12-01-2007 10:14 AM

Hmm, I am so big of a noob, that I have no idea how to convert to fat32 =) Any "tips"?

LauMars 12-01-2007 10:20 AM

Quote:

Originally Posted by Sordelka (Post 2976685)
Hmm, I am so big of a noob, that I have no idea how to convert to fat32 =) Any "tips"?

back your data up then reformat the partition

Sordelka 12-01-2007 10:38 AM

Thank you!

Sordelka 12-01-2007 07:37 PM

Just another question:

I have a 182 GB partition. The FAT format is only for partitions <32GB. What do I do?

syg00 12-01-2007 08:02 PM

That's a M$oft imposed limitation. FAT32 supports *much* larger than that, and Linux will format it. See "man mkfs.vfat"; use "-F 32"

May not be the most efficient as one partition; I tend to limit fat32 partitions to around 80 Gig. No science involved, just a convenient size at the time I made the decision.

Sordelka 12-01-2007 08:47 PM

But what if I need to install Linux first, but all my partitions are NTFS. What do I do? (I use Linux Ubuntu 7.10 distribution and my internet doesn't work on it, usb adapter requires ndiswrapper)

syg00 12-01-2007 09:25 PM

In your initial post you said
Quote:

I am using Windows XP and Linux at the same time, set up on different partitions.
Do it from a (Linux) terminal window - use "sudo" if needed.


All times are GMT -5. The time now is 04:13 AM.