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 - 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 04-19-2004, 03:41 PM   #1
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Rep: Reputation: 31
freez on boot up...help me save my files to a floppy


Hi all I have DeliLinux 0.5 beta which is based on slackware 7.1. anyways if i boot normally it gets to

starting daemons: syslogd

and just stops doin stuff...its not frozen entirely cuz i can type and have things appear on the screen. I don't mind reinstalling it if none of you knows a way to fix this but i do want to first copy some of my files to a floppy. I happen to have a copy of Damn Small Linux which i can boot to a command prompt in. I can mount my / but not my floppy to copy my important files to. When i try to mount or format my floppy it says something along the lines of bad block at 0 or bad super block at 0...i have no other floppy to test this on...so do i just need a new floppy?

fixing the bootup would be nice though :-P
 
Old 04-19-2004, 06:41 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"When i try to mount or format my floppy it says something along the lines of bad block at 0 or bad super block at 0...i have no other floppy to test this on...so do i just need a new floppy? "

This sounds like a problem where you are mounting the floppy as the wrong filesystem type. If you mount a floppy without giving a filesystem type it assumes ext2:

mount /dev/fd0 /floppy

You should give the files system type for the floppy. Assuming that your floppy is formatted for DOS then:

mount -t msdos /dev/fd0 /floppy

or perhaps:

mount -t vfat /dev/fd0 /floppy

Or if you don't know what filesystem tye is on your floppies then format it first:
mkfs -t ext2 /dev/fd0
mkdir /togo
mount -t ext2 /dev/fd0 /togo

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

Last edited by jailbait; 04-19-2004 at 06:43 PM.
 
Old 04-19-2004, 07:14 PM   #3
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Original Poster
Rep: Reputation: 31
what does the -t option do? I tried the command mke2fs /dev/fd0 but it gave the same error again. will mkfs -t ext2 /dev/fd0 do anything different than the command i tried?
 
Old 04-19-2004, 07:27 PM   #4
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"will mkfs -t ext2 /dev/fd0 do anything different than the command i tried?"

They should be the same thing but it doesn't hurt to try both.

The -t option specifies the filesystem type.
----------------------
Steve Stites
 
Old 04-19-2004, 09:37 PM   #5
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Original Poster
Rep: Reputation: 31
I am just going to format the floppy in my SuSE box...don't ask why i didn't think of that. It formatted right so I will go try it in Damn Small and see if it will mount or not thanks for the help
 
Old 04-22-2004, 06:23 PM   #6
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Original Poster
Rep: Reputation: 31
that didn't work either...by now i could have redone all the stuff on my harddrive so i am just going to reinstall...pretty screwy floppy drive. thanks anyways tho
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I save a file to floppy? Robert52 Linux - Newbie 11 05-30-2004 08:19 PM
Lilo won't save to floppy Mr Tickle Linux - Newbie 3 05-07-2004 12:59 AM
How do you put patch files on a boot floppy? gnunoob Mandriva 3 12-15-2003 01:51 AM
save a file on a floppy help Neomaster Linux - General 3 06-17-2003 03:29 PM
Cannot save to file on floppy wjlung Linux - Newbie 1 04-02-2002 01:45 AM

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

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