LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-15-2002, 01:18 PM   #1
dlwheeler
LQ Newbie
 
Registered: Jan 2002
Location: Cincy/Dayton
Posts: 11

Rep: Reputation: 0
a couple o' questions


If I was to make a FAT32 partition on a disk with the linux filesystem, could I mount this partition within linux, and access the partition from windows when I boot to the other disk? When I was dual booting before I used a portable drive to move mp3 and graphics files between the two, but I'm thinking there has to be a better way.
 
Old 01-15-2002, 01:58 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
yes, linux can mount windows partitions to view/read from within linux.. and most likely you should be able to get windows to recognize it as well.
 
Old 01-15-2002, 02:10 PM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The post was kinda confusing because a FAT32 partition is really a FAT32 filesystem on a size X partition. I think the answer to your questions is: yes.

Linux, and when I write this, I mean any given distro's stock kernel, is going to be able to read-write to a FAT32 partition with virtually no chance of data corruption... maybe even less of a chance than windows itself. Be careful about putting long filenames on the FAT32 partition as this has a tendancy to confuse window's 8-bit.3-bit mentality.

Windows cannot, and almost definately will not ever be able to see ext2fs, ext3, or Reiser.

Say you have the following partition scheme:

/dev/hda1 4Gb FAT32 (because windows 95-Me always has to be the 1st partition on the first IDE disk
/dev/hda2 4Gb ext2 Linux
/dev/hda3 100Mb Linux Swap
/dev/hdb1 10Gb FAT32 (second disk, formatted FAT, with all of the sharable stuff, for instance, the monster MP3 collection)

Windows will just see that drive... probably as D:
In Linux, mount the drive with:

mount -t vfat /dev/hdb1 /mnt

the '-t vfat' is largely unnecessary on most modern distros that will just detect and uto-load the module for dealing with FAT. The /mnt as a mount point was arbitrary... you can technically mount it anywhere. I'm a big fan of creating a top level directory called /pub or /C: or /win and mounting it there. You can also modify your /etc/fstab to mount the drive automatically upon boot.

Hope that helps,

Cheers,

Finegan
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Couple questions. kuplo Linux - Newbie 0 11-26-2005 10:48 AM
couple of questions?? Lucas10 Linux - Newbie 23 06-04-2005 05:45 PM
a Couple of questions! Nik0s Linux - Newbie 14 01-25-2004 11:01 AM
Just a couple of questions... LI-6Y LUCY Linux - Newbie 4 09-07-2003 09:33 AM
A couple questions aceman817 Linux - Networking 2 04-25-2001 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:31 AM.

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