LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-08-2006, 04:48 PM   #1
captain chaos
Member
 
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74

Rep: Reputation: 15
Can I use my home partition for data in windows also


I am awaiting delivery of a new laptop with a large hdd. I plan to dual boot win xp home.
My question is once windows is installed and I install Slackware11, creating the respective partitions, can I share the /home partition in Slack with Windows, namely use the same partition for data in both os's, or will I have to create seperate data partitions for each.
If so which file system will I need to use. My win os partition will be ntfs.
Hope this makes sense
 
Old 11-08-2006, 05:10 PM   #2
number22
Member
 
Registered: Sep 2006
Location: Earth
Distribution: Slackware 14.1 Slackware64-current multilib
Posts: 278
Blog Entries: 7

Rep: Reputation: Disabled
the safest bet is with a vfat partition just for share your data.
reiserfs is for your linux, and ntfs is for your windowsXP system, they both can read the vfat file system. linux need the vfat module although.
 
Old 11-08-2006, 05:15 PM   #3
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
You will need separate partitions. Linux can access fat32 partitions, but it can't be installed to one. Linux can read from NTFS partitions, but writing to NTFS is problematic at best. If you want to be able to read and write data from both OSes, you will need 3 partitions at least (4 including swap): an NTFS partition to install Windows, an ext3/reiserfs/other partition to install Linux, and a FAT32 partition.
 
Old 11-09-2006, 05:12 AM   #4
captain chaos
Member
 
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74

Original Poster
Rep: Reputation: 15
Thanks very much. Fat32 for home it is then.
 
Old 11-09-2006, 05:22 AM   #5
shaman66
Member
 
Registered: Jul 2004
Location: Poland, Bydgoszcz
Distribution: KUbuntu 5.10, Slack 10.2
Posts: 40

Rep: Reputation: 15
The best solution IMO would look like this:
ntfs - windows base partition
fat32 - partition to exchange data between OS
reiserfs or ext3 - base partition for Slack
swap - swap partition for Slack

I would recommend also creating separate partition for Your /home dir. It really makes Your life simpler Don't use fat32 for Your home directory. Imagine when You have virus on Windoze which will destroy data on fat32 partition. You will loose Windoze and Your home on Slack


@Gethyn

No, Linux CAN be installed on fat32 partition but it's not recommended
 
Old 11-09-2006, 05:39 AM   #6
captain chaos
Member
 
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by shaman66
The best solution IMO would look like this:
ntfs - windows base partition
fat32 - partition to exchange data between OS
reiserfs or ext3 - base partition for Slack
swap - swap partition for Slack

I would recommend also creating separate partition for Your /home dir. It really makes Your life simpler Don't use fat32 for Your home directory. Imagine when You have virus on Windoze which will destroy data on fat32 partition. You will loose Windoze and Your home on Slack


@Gethyn

No, Linux CAN be installed on fat32 partition but it's not recommended
Ummmm! Good point about virus.
So if I create a fat32 partition for windows data and a /home partition for linux (a linux fs) I will still be able to move data from /home to the windows data partition, but not other way round??? Is that right?

Thanks again
 
Old 11-09-2006, 08:45 AM   #7
shaman66
Member
 
Registered: Jul 2004
Location: Poland, Bydgoszcz
Distribution: KUbuntu 5.10, Slack 10.2
Posts: 40

Rep: Reputation: 15
You need to look at this software
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm

cheers
 
Old 11-09-2006, 09:24 AM   #8
randomsel
Member
 
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201

Rep: Reputation: 30
Anyone got some advice on using kernel mode ext2 drivers for winxp?

That's what I do, just mount my ext3 /home partition on windows with this driver.
 
Old 11-09-2006, 09:29 AM   #9
shaman66
Member
 
Registered: Jul 2004
Location: Poland, Bydgoszcz
Distribution: KUbuntu 5.10, Slack 10.2
Posts: 40

Rep: Reputation: 15
It provides Windows NT4.0/2000/XP with full access to Linux Ext2 volumes

^ thats what worries me the most. If windows has full access then I wouldnt use it. I dont trust Windows
 
Old 11-09-2006, 10:21 AM   #10
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
shaman66: Are you *sure* that Linux can be installed to fat32? It's the first I've heard of it. Since fat32 doesn't support ugw permissions on files, or symlinks, or case-sensitive filenames, I would be very surprised if it worked. On top of that, pretty much all distros ship with vfat as a kernel module, rather than directly built into the kernel. This means that the root partition couldn't be a fat32 partition in practice, without using a different kernel. While it *might* theoretically be possible to install Linux on a fat32 partition, I don't know of any distro that would allow this.

captain_chaos, here's an attempt to clarify: in Windows, you can write to the Windows drive, and to the fat32 partition. If you use a program such as explore2fs or yareg you can READ from Linux partitions, but you won't be able to write to them*. In Linux, you will be able to write to any Linux partitions, and the fat32 partition. You will be able to READ from NTFS partitions, but not write (it is actually possible to write to them to in some sense, but I strongly advise against this unless you like data loss).

*the ext2 drivers mentioned by randomsel would allow you to write, but I'd avoid them personally.
 
Old 11-09-2006, 11:54 AM   #11
captain chaos
Member
 
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74

Original Poster
Rep: Reputation: 15
Okey dokey! Thanks again. What I'll do then is if I need to move stuff then I'll use a pen drive. Better safe than sorry
 
Old 03-04-2007, 03:22 PM   #12
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
I've been told this is the best software by many, and they all said they haven't had any problems with it.

www.fs-driver.org
 
Old 03-04-2007, 04:15 PM   #13
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
I want the linux partitions to be read only in windows, so that a windows virus is not able to harm the linux partitions. is that possible with the fs-driver?
 
Old 03-04-2007, 04:17 PM   #14
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
Which is better? explore2fs or fs-driver? I've heard a lot of good things about both of them.
 
Old 03-05-2007, 06:58 AM   #15
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
You can't use a FAT for $HOME, unless you are using umsdos file system(see zipslack). However, support for umsdos is not available in kernel 2.6 so setting up that way is not very forward-looking.
I'd just keep separate partitions and put a link to the FAT inside your $HOME or whatever.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
windows system suspend returned my data partition to 3 days ago cesine Linux - General 6 03-28-2006 10:53 AM
Windows Messed Up My FAT32 Data Partition--Using FC4 to Access Fails Trip in VA Fedora 6 10-29-2005 08:48 PM
Using Linux to recover data on a damaged Windows partition? Korff Linux - General 5 12-29-2003 11:35 AM
Move /home to Windows Partition Campy19 Mandriva 2 11-23-2003 12:24 AM
Windows partition is now mounted at /home!!!! jcksrobbins LinuxQuestions.org Member Success Stories 12 10-06-2003 04:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration