Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
11-30-2007, 12:16 PM
|
#1
|
LQ Newbie
Registered: Nov 2007
Distribution: Ubuntu + Win XP Pro
Posts: 26
Rep:
|
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
|
|
|
11-30-2007, 12:27 PM
|
#2
|
Member
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488
Rep:
|
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.
|
|
|
11-30-2007, 12:34 PM
|
#3
|
LQ Newbie
Registered: Nov 2007
Distribution: Ubuntu + Win XP Pro
Posts: 26
Original Poster
Rep:
|
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?
|
|
|
11-30-2007, 01:12 PM
|
#4
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
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.)
|
|
|
11-30-2007, 01:29 PM
|
#5
|
Member
Registered: Oct 2004
Distribution: Fedora, Debian, Free BSD
Posts: 71
Rep:
|
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
|
|
|
11-30-2007, 05:51 PM
|
#6
|
Member
Registered: May 2005
Location: North lincolnshire
Distribution: Mint 18 Cinnamon
Posts: 47
Rep:
|
I believe that if you install ntfs-3g you will be able to read and write to an ntfs partition.
|
|
|
11-30-2007, 08:22 PM
|
#7
|
Member
Registered: Feb 2006
Location: Australia
Distribution: Linux... :-)
Posts: 241
Rep:
|
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...
|
|
|
11-30-2007, 09:25 PM
|
#8
|
LQ Newbie
Registered: Feb 2007
Posts: 24
Rep:
|
sounds to me that you need to compile a kernel with the drivers to read write ntfs.see the kernel howto.
|
|
|
12-01-2007, 11:14 AM
|
#9
|
LQ Newbie
Registered: Nov 2007
Distribution: Ubuntu + Win XP Pro
Posts: 26
Original Poster
Rep:
|
Hmm, I am so big of a noob, that I have no idea how to convert to fat32 =) Any "tips"?
|
|
|
12-01-2007, 11:20 AM
|
#10
|
Member
Registered: Sep 2007
Location: /root/
Distribution: Arch, CentOS, Debian, FreeBSD, Slackware, Solaris, SuSE (Open & SLES)
Posts: 115
Rep:
|
Quote:
Originally Posted by Sordelka
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
|
|
|
12-01-2007, 11:38 AM
|
#11
|
LQ Newbie
Registered: Nov 2007
Distribution: Ubuntu + Win XP Pro
Posts: 26
Original Poster
Rep:
|
Thank you!
|
|
|
12-01-2007, 08:37 PM
|
#12
|
LQ Newbie
Registered: Nov 2007
Distribution: Ubuntu + Win XP Pro
Posts: 26
Original Poster
Rep:
|
Just another question:
I have a 182 GB partition. The FAT format is only for partitions <32GB. What do I do?
|
|
|
12-01-2007, 09:02 PM
|
#13
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,286
|
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.
|
|
|
12-01-2007, 09:47 PM
|
#14
|
LQ Newbie
Registered: Nov 2007
Distribution: Ubuntu + Win XP Pro
Posts: 26
Original Poster
Rep:
|
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)
|
|
|
12-01-2007, 10:25 PM
|
#15
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,286
|
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 01:45 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|