LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-02-2011, 06:48 PM   #1
Zssfssz
Member
 
Registered: Sep 2011
Location: Las Vegas!
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339

Rep: Reputation: Disabled
Format a Floppy With a Filesystem other than FAT


I don't care if it makes the disk worthless due to overhead. It sounds cool and I want it! Simple question please answer. Is it also possible to defragment a floppy?
Using: Zenwalk 7 Standard Edition

Last edited by Zssfssz; 11-02-2011 at 06:50 PM.
 
Old 11-02-2011, 08:14 PM   #2
neonsignal
Senior Member
 
Registered: Jan 2005
Location: Melbourne, Australia
Distribution: Debian Bookworm (Fluxbox WM)
Posts: 1,391
Blog Entries: 54

Rep: Reputation: 360Reputation: 360Reputation: 360Reputation: 360
Yes, you can use a different filesystem on a floppy (keep in mind the overhead of things like journals and so on might not fit!). For example, if your floppy device is /dev/fd0, the following will build the file system (this will lose any files already on the floppy):

Code:
mkfs -t ext2 /dev/fd0
Yes, you can defragment a filesystem on a floppy; just use the defragmentation program appropriate to the filesystem that you are using.

Last edited by neonsignal; 11-02-2011 at 09:41 PM.
 
Old 11-02-2011, 10:58 PM   #3
Zssfssz
Member
 
Registered: Sep 2011
Location: Las Vegas!
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339

Original Poster
Rep: Reputation: Disabled
Ok... Would it be possible with a special filesystem like UDF?
 
Old 11-03-2011, 12:13 AM   #4
neonsignal
Senior Member
 
Registered: Jan 2005
Location: Melbourne, Australia
Distribution: Debian Bookworm (Fluxbox WM)
Posts: 1,391
Blog Entries: 54

Rep: Reputation: 360Reputation: 360Reputation: 360Reputation: 360
Yes, you can put UDF filesystems on various devices. Just use the udftools package for this.

Code:
mkudffs /dev/fd0
If you want specific block sizes or media-type strategies etc, you can specify these. I found I had to explicitly mount the floppy as UDF (the auto mounting selected the wrong filesystem type).

Code:
mount -t udf /dev/fd0 /media/floppy
umount /media/floppy
You've got me intrigued as to why you want to do this.

Last edited by neonsignal; 11-03-2011 at 12:15 AM.
 
Old 11-03-2011, 09:44 AM   #5
Zssfssz
Member
 
Registered: Sep 2011
Location: Las Vegas!
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339

Original Poster
Rep: Reputation: Disabled
I have no idea I just like sampling filesystems... And I just bought 100 (literally) floppys (I love vintage tecnoligy) for no apparent reason and since I'm a developer using a filesystem other than fat would... I have no idea. I would have to say when windows wouldn't let me choose anything else. It would also help me make my own filesystem.

I think it's for the reason in my first post; it sounds cool.
 
Old 11-03-2011, 07:25 PM   #6
neonsignal
Senior Member
 
Registered: Jan 2005
Location: Melbourne, Australia
Distribution: Debian Bookworm (Fluxbox WM)
Posts: 1,391
Blog Entries: 54

Rep: Reputation: 360Reputation: 360Reputation: 360Reputation: 360
If you have a couple of floppy drives, how about a software RAID running off floppy? Pointless, but cool :-)
 
  


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
non fat filesystem on flashdisk zefram Linux - Hardware 4 04-29-2009 11:44 PM
formatting USB to FAT filesystem today53 Linux - Newbie 1 06-21-2006 05:33 AM
Use of FAT filesystem pwardy Linux - Software 5 01-31-2005 01:57 PM
Need help from a FileSystem Expert (for SDcard FAT) theYinYeti Linux - Hardware 4 10-04-2004 04:09 AM
FAT 12 creation on floppy juby Programming 1 01-06-2003 07:26 AM

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

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