opening floppy


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers opening floppy
# 8  
Old 03-09-2003
mke2fs wouldn't do much good in this case, as it's Solaris, not linux that he's working with. Besides, Windows can't read Ext2 filesystems, and it would essentially erase whatever is on the disk.

Solaris can, I believe, read Dos floppies.

Use the command "man mount" to read the manual page - hopefully you can get it mounted after reading that.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

regarding floppy

Regarding floppy drive .. I need a command or a method by which i can detect a floppy drive is present or not ? Thanks, Priya. (4 Replies)
Discussion started by: priyam
4 Replies

2. HP-UX

Can not initialize the floppy

Hello Everyone, Has anyboby ever come across the problem when fd refuses to get initialised. I try to use mediainit command, the fd is being accessed (the fd's LIT is green for some secs) but then I get the message - "Initialize media command failed - permission denied" I checked the diskette,... (1 Reply)
Discussion started by: Andrey Malishev
1 Replies

3. UNIX for Dummies Questions & Answers

USB Floppy

How can we install usb floppy drive in SCO 5.0.6 (1 Reply)
Discussion started by: irshad ishaque
1 Replies

4. UNIX for Dummies Questions & Answers

Unix to a floppy

If I need to copy files in Unix to a floppydisk so that the disk is compatible with extended FAT16 and can be read by Windows XP-Do I mount the floppy disk to use ufs? (2 Replies)
Discussion started by: Rhonda
2 Replies

5. UNIX Desktop Questions & Answers

I cant access the floppy

I have two Digital boxs... vintage mid90's OS DEC Unix... I need to write an ASCII file to the floppy drive for transfer to a Windows box. The boxes are isolated. No email, no internet, no network... except between each other. A primary and a backup. I examined /dev and found two... (2 Replies)
Discussion started by: ChrisCram
2 Replies

6. UNIX for Dummies Questions & Answers

floppy

i manage to screw up alittle i entered in /etc/fstab mount /dev/fd0 msdos /mnt/floppy 2 2 or something and now when i boot i get an error like this The following file systems had an unexpected inconsistency: msdos: /dev/fd0 (/mnt/floppy) Unknown error; Help! init: /bin/sh on /etc/rc... (3 Replies)
Discussion started by: ekizz
3 Replies

7. Filesystems, Disks and Memory

Writing to a floppy

For some reason I cannot get my UNIX box on my network so I have no way of tranferring files from it or to it. Does anyone.....anyone know how I redirect my output or write to the floppy? (2 Replies)
Discussion started by: jlrusso
2 Replies

8. UNIX for Dummies Questions & Answers

Suse Floppy not available

HI, I installed Suse 8.1 on an Emachine with a Cyrix processor equivelent to Pentium II. The dmesg reveals that the floppy was recognised, and there is an icon on the desktop for it, but when I trey to access it, it is not available. If I access it from a terminal window, the error I get... (7 Replies)
Discussion started by: Sonshyne5
7 Replies

9. UNIX for Advanced & Expert Users

boot floppy

hello , i have sun sparc machine with sunos2.7 , the machine has a cdrom but no floppy drive , it is networked with windows machine , from where i can use ftp and telnet. can i use floppy drive of windows machine and create a boot image(of unix) on that drive, using ftp? thanx raju (4 Replies)
Discussion started by: raju
4 Replies

10. UNIX for Dummies Questions & Answers

copying to a floppy

how do i copy a file from solaris to a floppy drive. today is my first day using solaris (3 Replies)
Discussion started by: parksr
3 Replies
Login or Register to Ask a Question
FDFORMAT(1)						    BSD General Commands Manual 					       FDFORMAT(1)

NAME
fdformat -- format a floppy diskette SYNOPSIS
fdformat [-f device] [-t type] [-n] [-B nbps] [-S nspt] [-T ntrk] [-C ncyl] [-P stepspercyl] [-G gaplen] [-F fillbyte] [-X xfer_rate] [-I interleave] DESCRIPTION
The fdformat utility formats a floppy diskette. With no arguments, it formats the default floppy device with the default density parameters (as provided by the floppy diskette device driver). As the each track of the floppy diskette is formatted, it is read to verify the format was successful. The fdformat utility does not create a filesystem of any kind. Use tools like newfs(8), newfs_msdos(8), or mformat(1) (part of the pkgsrc/sysutils/mtools package) depending on what filesystem type you want to use on the floppy disk to do so. Available command-line flags are: -f device Format the floppy using device instead of the default /dev/rfd0a. -t type Format the floppy using parameters for the diskette named type in /etc/floppytab instead of the device default parameters. -n Do not verify each track as it is read. -B nbps Set the number of bytes per sector for the formatted diskette. -S nspt Set the number of sectors per track for the formatted diskette. -T ntrk Set the number of tracks (heads) per cylinder for the formatted diskette. -C ncyl Set the number of cylinders for the formatted diskette. -P stepspercyl Set the number of motor steps per cylinder for the formatted diskette. -G gaplen Set the sector gap length for the formatted diskette. -F fillbyte Set the fill byte for the formatted diskette. -X xfer_rate Set the bit transfer rate for the formatted diskette. -I interleave Set the interleave factor for the formatted diskette. SEE ALSO
fdc(4) (amiga, i386 and sparc ports) HISTORY
The fdformat utility appeared in NetBSD 1.3. BUGS
Some floppy drive units have physical diskette format sensors which automatically select a diskette density for reading. Such drives can format at alternate densities, but they cannot successfully verify the formatted diskette except at the diskette's normal density. BSD
July 22, 2006 BSD