Author Topic: Microsoft Patents FAT  (Read 7410 times)

0 Members and 1 Guest are viewing this topic.

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Microsoft Patents FAT
« Reply #15 on: January 12, 2006, 03:54:14 pm »
As for ext2/3 - you're right, but I don't think that there's a way to install Linux on NTFS either.  :P  Realistically, you *could* modify Windows to boot from ext2/3 as long as you could modify the portion of the executive and kernel that is started when Windows is first being booted.

I was speaking about natively installing ext2/3 FS and modifying windows to use it would be a *HUGE* tweak including the way windows searches for files and displays them. Windows I don't think is built that flexible to allow you to just plug in which FS the kernel uses and abstracts.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Microsoft Patents FAT
« Reply #16 on: January 12, 2006, 04:59:27 pm »
NTFS was developed for Windows operating systems that were based off the NT kernel which Windows 95/98 did not use

It's encryption, compression and user permissions are definately some of it's impressive aspects.

Duh.  I should give you the Mr. Obvious award :P

Yay, thought I was the only one who noticed.

EDIT -
Quote
there is no way to naitively install them
Uh, bootdisk?
« Last Edit: January 12, 2006, 05:01:00 pm by Joe[e2] »
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft Patents FAT
« Reply #17 on: January 12, 2006, 05:52:21 pm »
I was speaking about natively installing ext2/3 FS and modifying windows to use it would be a *HUGE* tweak including the way windows searches for files and displays them. Windows I don't think is built that flexible to allow you to just plug in which FS the kernel uses and abstracts.

The kernel sees an abstract view of the filesystem through the Installable File System.  That's what allows drivers to operate, such as the ext2/ext3 drivers.

The real trick to it though would be to trick the system into believing that the Ext2/ext3 systems are built-in components.  Maybe someone should reverse-engineer the WinFS setup while it's still in beta and see what changes it makes and how it's registered.  Furthermore, depending on how the driver system is constructed, Explorer might not be able to identify that it's an ext2 drive in Windows Explorer (it might alternatively say "Unknown partition" or something similar).  That depends on whether the driver or the explorer.exe program provides the partition type name string.  I'm almost positive it would be impossible to format a drive to ext2/3 without modifying explorer.exe or providing a new shell (that functionality is built into explorer.exe itself).

I don't think it's THAT different though.  The file system still shares similar structures with Windows, such as folders.  It's just that / would become a root folder for a disk drive.  ntldr would need to be modified to accomodate that.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Microsoft Patents FAT
« Reply #18 on: January 12, 2006, 05:54:31 pm »
(back on topic..)

Do you think Microsoft can do anything to Apple for utilizing the FAT filesystem on the iPod? Like, charge per production of unit for supporting FAT?

I think that's hilarious if they can.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Eric

  • Full Member
  • ***
  • Posts: 304
  • I'm new here!
    • View Profile
Re: Microsoft Patents FAT
« Reply #19 on: January 12, 2006, 06:03:55 pm »
(back on topic..)

Do you think Microsoft can do anything to Apple for utilizing the FAT filesystem on the iPod? Like, charge per production of unit for supporting FAT?

I think that's hilarious if they can.

Or all of the other flash drives that exist in mp3 players, portable hard drives, etc?  Or all of the FAT32 formatted removeable media such as floppy disks, zip disks, etc?  Doubtful.

Offline Nate

  • Full Member
  • ***
  • Posts: 425
  • You all suck
    • View Profile
Re: Microsoft Patents FAT
« Reply #20 on: January 12, 2006, 06:27:43 pm »
You guys are dreaming. 

iPod sold unformatted-->Plug into PC--->Windows Msg: Would you like to format your iPod in FAT? (some additional charges may apply)

M$ wants money from Apple, Apple isnt going to pay them you are.

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Microsoft Patents FAT
« Reply #21 on: January 12, 2006, 07:45:59 pm »
I was speaking about natively installing ext2/3 FS and modifying windows to use it would be a *HUGE* tweak including the way windows searches for files and displays them. Windows I don't think is built that flexible to allow you to just plug in which FS the kernel uses and abstracts.

The kernel sees an abstract view of the filesystem through the Installable File System.  That's what allows drivers to operate, such as the ext2/ext3 drivers.

The real trick to it though would be to trick the system into believing that the Ext2/ext3 systems are built-in components.  Maybe someone should reverse-engineer the WinFS setup while it's still in beta and see what changes it makes and how it's registered.  Furthermore, depending on how the driver system is constructed, Explorer might not be able to identify that it's an ext2 drive in Windows Explorer (it might alternatively say "Unknown partition" or something similar).  That depends on whether the driver or the explorer.exe program provides the partition type name string.  I'm almost positive it would be impossible to format a drive to ext2/3 without modifying explorer.exe or providing a new shell (that functionality is built into explorer.exe itself).

I don't think it's THAT different though.  The file system still shares similar structures with Windows, such as folders.  It's just that / would become a root folder for a disk drive.  ntldr would need to be modified to accomodate that.

I always thought it was a plugin into Explorer which allowed you to view ext2/3 formatted media. Cool.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Microsoft Patents FAT
« Reply #22 on: January 12, 2006, 07:47:03 pm »
Nate: They wouldn't be able to since it's formatted using Windows a product you own. It would only work if another company used the FAT filesystem (with the LFN extensions) and sold it for money.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft Patents FAT
« Reply #23 on: January 12, 2006, 07:56:44 pm »
I always thought it was a plugin into Explorer which allowed you to view ext2/3 formatted media. Cool.
Nope.  IIRC, CreateFile() (thunk) -> (kernel) NtCreateFile() -> IFS -> HAL -> IFS -> kernel -> Win32 API.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Microsoft Patents FAT
« Reply #24 on: January 12, 2006, 08:06:58 pm »
Quote
FAT32 formatted removeable media such as floppy disks

Floppy disks are formatted with FAT12.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft Patents FAT
« Reply #25 on: January 12, 2006, 08:55:14 pm »
Quote
FAT32 formatted removeable media such as floppy disks

Floppy disks are formatted with FAT12.

They *could* be though, like ZIP disks could be formatted with NTFS.  It's a hack, but it's theoretically possible.  You'd be wasting a lot of space though.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Microsoft Patents FAT
« Reply #26 on: January 12, 2006, 09:06:36 pm »
Anyone smart enough to hack Windows to allow a floppy to be FAT32 or NTFS formatted is also smart enough not to tell Microsoft. =p
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Nate

  • Full Member
  • ***
  • Posts: 425
  • You all suck
    • View Profile
Re: Microsoft Patents FAT
« Reply #28 on: January 12, 2006, 09:10:12 pm »
Nate: They wouldn't be able to since it's formatted using Windows a product you own. It would only work if another company used the FAT filesystem (with the LFN extensions) and sold it for money.

Uh they can definately charge you.  M$ would consider it a service in order to make a third-party peripheral compatable with Windows.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
I'd personally do as Joe suggests

You might be right about that, Joe.