From: Rob Owens on
On Tue, Jun 15, 2010 at 09:13:11PM -0700, ABSDoug wrote:
> If this isn't on topic, sorry ahead of time & perhaps you can point me in the right place?
>
> I've been reading up on having a separate partition for your /home files. For quite some time, I've been using a ntfs partition named "storage" as it makes re-install or fresh install of OS much easier. While it's WAAAAAY neat that two different distros of Linux can share the /home partition, I still need MS at times. I figure I can't be the only one, but after looking on the net, I couldn't decide the best way. I could use Linux to pull files off of the MS XP ntfs partition easy enough, but it seems cheesy. All the options to allow XP to see the Linux partition have permission issues as well as hidden extensions that can't be hidden. Dangerous trumps cheesy. It would seem grabbing what I need in XP partition from within Linux is the answer... is there something I've overlooked? I'm gunna get into virtualization at some point, but I'm just not ready to nuke XP, there are times it's the only thing I can get to work (like my Netbook internal 3G)
>
For virtualization, check out virtualbox-ose. It will run Windows XP
just fine from your Debian system. Backports.org has a much newer
version than what is in the standard Lenny repositories.

There are Windows drivers available to access ext2 partitions (and maybe
ext3 partitions), but I have never used them. I only know they exist.

For my parents, who dual boot XP and Ubuntu, I set up a separate FAT32
partition. It is readable/writable by both Windows and Linux.

Accessing an NTFS drive from Linux seems pretty safe these days, even if
most of the drivers for doing so are loaded with caution statements.

My preference is to not let /home be writable by Windows. Windows is
likely to get malware, so I'd rather limit what it can access in terms
of my files.

-Rob


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100616221308.GA30345(a)aurora.owens.net
From: ABSDoug on
--- On Wed, 6/16/10, Huang, Tao <debian(a)huangtao.me> wrote:

<<< why do you need to access the /home partition when using winxp? ntfs doesn't support POXIS file ownership and permissions natively. so keep you /home partition to a linux filesystem. you can have a separate storage partition for shared documents and files, mount it to the /home hierarchy or somewhere else, and access it with each of your installed os. >>>

Thanks for you advice, I'm going to explore these options. The main reason I'd like access for XP is iTunes for my iPhone. Seems silly to have 16GB of information repeated for XP & Linux /home.

> btw, what's keeping you from moving your winxp into virtualization?

Video games mostly. But I don't play that often. I've got a computer I'm about to put together as Linux only, so I'm sure I'll start virtualization with it.





--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/581617.24596.qm(a)web52008.mail.re2.yahoo.com
From: Ron Johnson on
On 06/16/2010 07:10 PM, ABSDoug wrote:
> --- On Wed, 6/16/10, Huang, Tao<debian(a)huangtao.me> wrote:
>
[snip]
> The main reason I'd like access for XP is iTunes for my iPhone. Seems silly to have 16GB of information repeated for XP& Linux /home.
>

Symlink the NTFS iTunes directory to some place under $HOME.

--
Seek truth from facts.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C196A87.90309(a)cox.net
From: Ron Johnson on
On 06/16/2010 07:16 PM, ABSDoug wrote:
[snip]
>
> He's right& it was on my to do list. I just went over to settings, I couldn't find anything to fix it. SO annoying. I looked at GMail, didn't see setting for this either. I like doing E-mail off the web, but that might have to change.
>

Gmail doesn't seem to suffer the non-wrapping problem.

--
Seek truth from facts.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C196CCD.7000702(a)cox.net
From: ABSDoug on
--- On Wed, 6/16/10, Ron Johnson <ron.l.johnson(a)cox.net> wrote:

> Symlink the NTFS iTunes directory to some place under
> $HOME.

I've never heard this term "Symlink". I'm off to Google, but if you care to elaborate, please feel free!