In article <1992Mar23.192552.16081@ux1.cso.uiuc.edu> ctt31684@uxa.cso.uiuc.edu (... C H I N G ...) writes: hello, while I was copying linux a while ago, i tried to use some unformatted disks with raw write. and raw write couldn't recognize them or something until I DOS formatted them. I'm wondering why do we need to DOS format in the first place anyways since raw write just writes to the appropriate tracks on the disk In fact, DOS format does two or three separate things when used on a diskette: 1. It creates the actual tracks on it (if they don't already exist) 2. It creates a DOS directory structure on the disk 3. It may also transfer the operating system files on the disk, if asked So, basically, you don't need the format command because of the DOS directory structure, but to create the tracks for rawrite to write on. In some operating systems the above things are separated to different commands. For example, in SCO Unix (if I remember right), the format command does only phase 1, and a separate command (mkfs) is used to build the file system on the disk (phase 2)if required. This makes the logical distinction much clearer, and I believe a linux-based format will work that way, when (not 'if') created. Pauli -- Disclaimer fault - lawyers dumped
| Linus Torvalds | Linux 2.6.27-rc8 |
| Jared Hulbert | [PATCH 00/10] AXFS: Advanced XIP filesystem |
| Eric Paris | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan... |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Jakub Narebski | Re: VCS comparison table |
| Junio C Hamano | Re: [PATCH 0/2] Making "git commit" to mean "git commit -a". |
| Toby White | Using Filemerge.app as a git-diff viewer |
| Ismail | Re: [ANNOUNCE] GIT 1.5.3-rc4 |
| Leon Dippenaar | New tcp stack attack |
| Richard Stallman | Real men don't attack straw men |
| Predrag Punosevac | Skype on the OpenBSD |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Hugh Dickins | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jon Smirl | e1000 tcp checksum incorrect, x86 64b |
| David Miller | [GIT]: Networking |
| Easter Eggs in windows XP | 59 minutes ago | Windows |
| Kernel Module Oops! TRICKY PROBLEM! | 1 hour ago | Linux kernel |
| usb mic not detected | 16 hours ago | Applications and Utilities |
| linux-2.6.10 | 23 hours ago | Linux kernel |
| How to detect usb device insertioin and removal event ? | 1 day ago | Linux general |
| Extended configuration Read/Write | 1 day ago | Windows |
| Add ext2 inode field | 1 day ago | Linux kernel |
| the kernel how to power off the machine | 1 day ago | Linux kernel |
| struct gendisk via request_queue | 2 days ago | Linux kernel |
| page initialization during kernel initialization | 3 days ago | Linux kernel |
