Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th March 2006, 06:34 AM
Dionysos21 Offline
Registered User
 
Join Date: Dec 2005
Posts: 20
File Systems..

I have three hard drives, one with windows, one with fedora, and one media drive. What File System should I use to easily access my files from both operating systems?
__________________
Mobo: A-Bit MAX-3
CPU: Athlon 64bit 3200+ NewCastle
RAM: 1GB Corsair XMS
HD: 2 120GB Seagate 7200(SATA)
1 80GB SAMSUNG 7200(SATA)(media)
VIDEO: ATI Radeon 9800 pro
SOUND: Onboard Realtek
PS: PC power/cooling silencer 470w
OS: WINXP Pro 64/Fedora Core 5
Reply With Quote
  #2  
Old 27th March 2006, 06:57 AM
3006828
Guest
 
Posts: n/a
id recomend just leavnigthe media drive fat32..

there are drivers around for windows to be able to view ext3 drivers and the like.. but.. its still not worth the fuss..

keep everyone happy and use a fat32 driver for all your media
Reply With Quote
  #3  
Old 27th March 2006, 06:59 AM
multescugeorge@ Offline
Registered User
 
Join Date: Jun 2005
Posts: 722
Fat32
It is supported by the kernel with no problems.
Reply With Quote
  #4  
Old 27th March 2006, 08:04 AM
steve_waters Offline
Registered User
 
Join Date: Jun 2005
Posts: 92
Not worth the fuss?

If you use the installer it takes a small download plus thirty seconds to run the program. You then have the advantage of being able to store larger single files, which if you are doing video editing, virtual machines etc is very handy. I also think that the ext3 has better security than FAT32. ( I may be wrong on the security thing)

For mine it is worth the fuss.
Reply With Quote
  #5  
Old 27th March 2006, 09:42 AM
WebbyWoo Offline
Registered User
 
Join Date: Mar 2006
Posts: 20
on this subject, can i install fedora to a fat32 part? so i can image it in windows?
Reply With Quote
  #6  
Old 27th March 2006, 09:57 AM
steve_waters Offline
Registered User
 
Join Date: Jun 2005
Posts: 92
Depending on imaging program you may be able to install Fedora on what ever you wish and still get an image of it.

By image you are talking complete bit copy of your hard drive aren't you? You can even load up Fedora and take the image from Fedora or using a live CD ('Helix' for example), depending on what your purposr for taking the the image is.
Reply With Quote
  #7  
Old 27th March 2006, 11:19 AM
WebbyWoo Offline
Registered User
 
Join Date: Mar 2006
Posts: 20
Yes thats exactly what i want to be able to do.
I want to load a program in Fedora that will image my fedora install (either exact or just the data), and save the image across the network.

What application can do this? the programs that i have seen will not read a LVM partition.
Reply With Quote
  #8  
Old 28th March 2006, 08:44 AM
steve_waters Offline
Registered User
 
Join Date: Jun 2005
Posts: 92
You can do this with netcat and dd, already on your system. You can set up a listener on the machine to be imaged and then send the dd command to lsitener from the machine where you want the image to be saved. We use it for forensic acquistion of live machines when they can not be shut down, not 100% foresically correct but sometimes it has to do.

Using dd you can either clone the entire hard, copy hdd to image file which can be mounted using the on a loop and accessable within Linux. You can copy sections of the hard disk you can do a whole lot of other stuff that I am not that converse with. Very hadny little tool as is netcat which is a great networking utility.


You could use dd to copy hard drive or partition as a local image file then maually copy the image across to wherever you want.

Try 'man dd' and 'man nc'

Try google for 'netcat' and 'dd' or 'dd clone operating system'

also check out this link to start with

http://www.rajeevnet.com/hacks_hints...s_cloning.html

Steve
Reply With Quote
  #9  
Old 28th March 2006, 09:09 AM
Saint Mike Offline
Registered User
 
Join Date: Jun 2005
Location: Earth... sometimes
Posts: 380
You could install fedora onto fat32 as long as the kernal can read off it.

Anyone know the diff between fat32 and vfat? can read both in windows

As far as i know and iv looked all over the place you can only read ext3 in windows and you can only read NTFS in linux. These are both easy to do and you get the advantages of the better filesystems.

Do you rekon you will be using one alot more then the other? only reason i use windows is for the occasional game i cant get to work in cedega so i have all my drives ext3 except for a small partition of fat32 for interchanging files
__________________
_________________________________
Cheers to the community for all the awsome work :)
Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC
HP Proliant N36L Microserver Os: FC14 Ram: 2x4 gig DDR3 1333C8 TV Tuner: WinTV HVR-2200

Last edited by Saint Mike; 28th March 2006 at 09:12 AM.
Reply With Quote
  #10  
Old 28th March 2006, 09:30 AM
steve_waters Offline
Registered User
 
Join Date: Jun 2005
Posts: 92
You can read wirte to ext3 in Windows.

I have windows and fedora on one hdd and then my second data drive formatted in ext3 I use as a shared drive, I point Winodws 'My Documents' at it and have it mounted as my linux /home.
Reply With Quote
  #11  
Old 28th March 2006, 09:34 AM
WebbyWoo Offline
Registered User
 
Join Date: Mar 2006
Posts: 20
Steve, brilliant i will look into that. just to clarify i only want a data backup not an exact structure backup. so i should be able to use 'dd' to create an image of the partition, will i be able to save this image back onto the same partition? or not? i'm guessing not, but maybe straight over the network?

Mike, at the moment i am using windows more. i've made a list of things my server machine currently does and i'm working down this list to see if fedora can replace xp on it.
just need to learn how to make backups and then find a downloader/uploader program, btw do you know of one? i have gftp and d4x but they don't quite cover what getright can do. i can give getright a list of uploads and it will turn my comp off once finshed. gftp can not do this and d4x will not upload

thanks guys
Reply With Quote
  #12  
Old 28th March 2006, 10:12 AM
steve_waters Offline
Registered User
 
Join Date: Jun 2005
Posts: 92
Without knowing I would say no as you reading as you are writing to the partition.

There are backup programs avalible for Linux that will do just data backups.

http://www.kde-apps.org/content/show.php?content=32984

or even just google linux data back-up
Reply With Quote
  #13  
Old 29th March 2006, 02:00 AM
Saint Mike Offline
Registered User
 
Join Date: Jun 2005
Location: Earth... sometimes
Posts: 380
Steve what are you using to write to ext3 in windows?

If ya mean ext2ifs-0.3 it crashes all the time for me and distroyed a heap of files so iv stoped using it
__________________
_________________________________
Cheers to the community for all the awsome work :)
Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC
HP Proliant N36L Microserver Os: FC14 Ram: 2x4 gig DDR3 1333C8 TV Tuner: WinTV HVR-2200
Reply With Quote
  #14  
Old 29th March 2006, 05:07 AM
3006828
Guest
 
Posts: n/a
thats exactly why i use a fat32 filesystem..

notice bugger all performance difference anyway.. and its just easier and has provided less hassles.

Why make it hard for yourself?
Reply With Quote
  #15  
Old 29th March 2006, 08:18 AM
steve_waters Offline
Registered User
 
Join Date: Jun 2005
Posts: 92
Yea that one but version 1.10.1 and I have had troubles with it been using for about two months now it is running virtual mahcines on windows, forensic eveidence files, mounting images, music etc etc.

Maybe I am lucky for the time being, but as I said fingers crossed no dramas yet
Reply With Quote
Reply

Tags
file, systems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unmounting file systems m_raguraman Using Fedora 4 14th January 2008 04:32 PM
File Systems not mounting MaegRil Using Fedora 5 10th July 2006 11:29 PM
how to change file systems? dryicerx Using Fedora 4 7th August 2005 03:44 PM
file-systems & GPG-key armen Using Fedora 4 8th March 2005 03:13 AM


Current GMT-time: 17:32 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat