LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 05-02-2002, 04:09 PM   #1
Denton
LQ Newbie
 
Registered: Apr 2002
Posts: 18

Rep: Reputation: 0
fat32


my windows os in is fat32...is there anyway i could install linux as fat32 and share mp3's etc..?plus what exactly is gnome?
 
Old 05-02-2002, 04:14 PM   #2
safrout
Member
 
Registered: Mar 2002
Location: egypt
Distribution: Gentoo
Posts: 457

Rep: Reputation: 30
hey

i don't thin that linux could be installed on fat32

there r some dist but i don't think that they wil give u the linux touch

u can anyway install linux after repartitioning and enjoy mp3 as well after u mount ur fat32 partition on linux

it is easy don't be afraid to try the change
 
Old 05-02-2002, 04:16 PM   #3
Dutch3
Member
 
Registered: Feb 2002
Location: UK
Distribution: Mandriva
Posts: 179

Rep: Reputation: 31
Unlike Windo$e, Linux can read from a FAT32 partition, so provided you have the correct read.write permissions, you should be able to get hold of the mp3's whilst in Linux. Best have a look at your distro manual about accessing the Windows partition.

As far as Gnome goes, unlike Windows you can dictate which 'look' is shown on the desktop - Gnome is one, KDE is another. Your distro should provide a number of GUI's (graphical user interfaces) that you can experiment with. With Windows, you only get the Redmond one


HTH

Dutch
 
Old 05-02-2002, 04:17 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232

You can install Linux on fat32. It will work, but it's not Linux-native filesystem, so it won't be natural (read: good) for it. Instead, install it into it's own partition. Then you can share files (Linux can read fat32 by default), for Windows you need utility like explore2fs.
GNOME is one of Linux GUIs. Desktop Environment. Draws windows etc + includes utilities like file manager, web browser,...
 
Old 05-02-2002, 05:03 PM   #5
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Re: fat32

Quote:
Originally posted by Denton
is there anyway i could install linux as fat32
I installed RedHat like this one time (I think it was 6.2). I think you must have a special boot floppy that mounts that fat32 partition and then finds the Linux root filesystem image and mounts it as a "loopback" filesystem.
 
Old 05-02-2002, 05:18 PM   #6
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Yes, it is possible to install Linux on a FAT32 filesystem, but that's not what you need to do. Install it on it's own filesystem in its own partition(s). Most Linux distro installers will detect that you have a FAT partition and will try to/allow you to mount that partition so you can access the Windoze data. You can get the Windoze data, but the Windoze programs are another matter for another question on another day !!
 
Old 05-02-2002, 06:59 PM   #7
Druaga
Member
 
Registered: May 2002
Location: Canada
Distribution: Slackware
Posts: 111

Rep: Reputation: 15
you dont need any special boot disk or anything (on red hat 7.2).
you must mount the drive yourself by typing "mount /dev/(windows partition here) /c ("/c" will be the directory that you will see windows under, it can be any name)
so if your windows is your 3 partition on your second drive and you want to be able to get into use "cd /c", then type:
# mount /dev/hda3 /c

I'm not totally sure about this (i installed red hat 7.2 for the first time about a month ago and have used linux once or twice before that)
 
Old 05-03-2002, 04:54 AM   #8
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
Why FAT anything is so dated. Just install then compile FAT32 fs support into kernel and mount it a n read write to it...
 
Old 05-03-2002, 09:41 AM   #9
Calum
Member
 
Registered: Mar 2002
Location: London
Distribution: Red Hat 9
Posts: 302

Rep: Reputation: 30
you can mount almost a hundred (definitely over fifty) different filesystems with linux, compared with two (fat16 and fat32) in windows. oh, three if you include NTFS.

Druaga has some good info above (hello, Druaga!)

It is quite easy to do, once you get the hang of it, but i can't be buggered trying to explain it here, as it involves a lot of variables specific to your system. instead, I'll give you this web page address, it is the document that explained it all to me when i was confused about this, now i am so clued up about mounting other filesystems that it makes me sad that more modern distributions do it automatically for you! I haven't had to edit /etc/fstab manually since i got mandrake!

ps, once you get mounting filesystems straight in your head, you will want to know about file permissions (lookup references to chmod for this). Careful as permissions are not supported properly in the Fat32 filesystem, and you may have a couple of trials and errors before you can successfully read, write and execute files from your fat32 side. It's all fairly easy though, once you get it....

Last edited by Calum; 05-03-2002 at 09:47 AM.
 
Old 05-06-2002, 08:34 AM   #10
jaac
LQ Newbie
 
Registered: Nov 2001
Posts: 5

Rep: Reputation: 0
we can install linux on Fat32, and to use Windows partition its best to use mtools.conf which comes with Red hat
This is a great tool for using windows partition
 
Old 05-06-2002, 09:29 AM   #11
blackmask
LQ Newbie
 
Registered: Apr 2002
Location: India
Distribution: Fedora core 1
Posts: 23

Rep: Reputation: 15
Linux on Fat32 sucks.Make a free DOS partition.Delete it while installing linux.Make linux native partition out of the free space..Select mount points.Click Next.Its all over.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to format to FAT32, and how to mount my FAT32 partition. bonniehandi Linux - Newbie 16 03-05-2006 08:54 PM
fat32 Razza2004 Linux - General 2 04-01-2004 12:44 AM
About FAT32 M_Ghani Red Hat 3 03-23-2004 10:09 AM
2 fat32 partitions on fbsd5/w2k dual. Can only access one fat32 so far.. mipia *BSD 1 10-06-2003 03:10 AM
want to see fat32 amuarica Linux - Newbie 14 09-20-2003 04:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:54 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