LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-16-2009, 12:50 AM   #16
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556

Let's take another approach for a moment: What is it you don't like about Ext2, and/or what do you expect to gain by changing to a different file system? Are you looking for journaling? Compression? Changing for the sake of changing isn't practical
 
Old 10-16-2009, 12:58 AM   #17
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
looking for somthing that has less overhead
its a very small disk and ext2 has a huge overhead
for example a ext2 floppy it 300k instead of 1400K and i have some more reasons
 
Old 10-16-2009, 08:43 AM   #18
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Quote:
Originally Posted by smeezekitty View Post
looking for somthing that has less overhead
its a very small disk and ext2 has a huge overhead
for example a ext2 floppy it 300k instead of 1400K and i have some more reasons
What are those other reasons? All factors should be considered. And have you done some research to determine which file system(s) will suit you best?

Ext* is a bit overkill for a floppy disk; I suggest using a FAT file system on floppies, or maybe consider making the Ext file system on them have a ridiculously small Inode-to-Block count (if it's even possible to make it small enough).
And, if you use floppies a lot, but also have a CDRW drive, you might consider using UDF-formatted CDRW discs instead, as they can be written to in successive sessions and once full, blanked and re-used. This has its own pros and cons when compared to floppy disks, but I have found the ~600Mib floppy CDRW 'disks' created by this process, to be pretty handy at times.

Sasha

Last edited by GrapefruiTgirl; 10-16-2009 at 08:46 AM.
 
Old 10-16-2009, 09:25 AM   #19
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I read our OP as someone who likes to tinker----I can identify: Starting at maybe age 10 I discovered that I could sometimes fix things by taking them apart and re-assembling. Of course, I never knew WHY something got fixed (or at least 1/2 the time NOT fixed).

I say "go for it"---try it and see.

Last edited by pixellany; 10-16-2009 at 03:13 PM.
 
Old 10-16-2009, 10:06 AM   #20
fpmurphy
Member
 
Registered: Jan 2009
Location: /dev/ph
Distribution: Fedora, Ubuntu, Redhat, Centos
Posts: 299

Rep: Reputation: 62
Quote:
how do i know if *ALL* of it is copied?
i do not want to loose it all
Careful checking by you.
 
Old 10-16-2009, 08:39 PM   #21
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by pixellany View Post
I read our OP as someone who likes to tinker----I can identify: Starting at maybe age 10 I discovered that I could sometimes fix things by taking them apart and re-assembling. Of course, I never knew WHY something got fixed (or at least 1/2 the time NOT fixed).

I say "go for it"---try it and see.
your right, i do like to tinker.
 
Old 10-17-2009, 11:29 AM   #22
lumak
Member
 
Registered: Aug 2008
Location: Phoenix
Distribution: Arch
Posts: 799
Blog Entries: 32

Rep: Reputation: 111Reputation: 111
I just wanted to say sorry to the OP for my bad suggestion. I was answering the post right above it but I didn't explain the better option. However, my current signature line offers that warning ;P.

5+ gigs is a lot of data to back up with 'cp' x.x yikes!...

Unless of course your /usr and everything unessential to boot is on a different partition... my '/' partition is only 340MB of data aside from /boot which is on another partition...

Even if /var is included on your / partition, that should still be under 1 gig.

Last edited by lumak; 10-17-2009 at 11:32 AM.
 
Old 10-17-2009, 12:09 PM   #23
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Look at tune2fs. A certain percentage of disk space is reserved for the root user. You can change this, possible achieving your end goal. The default reserved-block-percentage is 5%.
 
Old 10-17-2009, 12:31 PM   #24
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
@lumak its ok you dont need to apoligize
heres the output of df
Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda1               674600    633260      7072  99% /
/var /home /tmp /bin /sbin /boot /etc all on /
 
  


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
How to partition my HDD without losing any data? deepumnit Debian 4 03-28-2008 03:05 PM
Re-partition without losing data goodtogo Linux - Software 4 06-22-2007 08:20 AM
resize existing partition w/o losing data rebelscum Slackware 8 07-21-2005 05:44 PM
change partition label w/o format gjo Linux - General 5 06-28-2005 12:50 PM
How to resize the Mandrake partition without losing all my data? Cezaro Mandriva 2 09-28-2004 09:14 AM

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

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