Click here to Skip to main content
15,887,350 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I just heard it takes three sheep to make just one sweater... Pin
pkfox17-Dec-23 10:33
professionalpkfox17-Dec-23 10:33 
GeneralMemory problem Pin
Mircea Neacsu16-Dec-23 2:47
Mircea Neacsu16-Dec-23 2:47 
JokeRe: Memory problem Pin
FreedMalloc16-Dec-23 4:51
FreedMalloc16-Dec-23 4:51 
GeneralRe: Memory problem Pin
Steve Raw16-Dec-23 6:22
professionalSteve Raw16-Dec-23 6:22 
RantWhy is a resource fork? Pin
honey the codewitch16-Dec-23 1:11
mvahoney the codewitch16-Dec-23 1:11 
GeneralRe: Why is a resource fork? Pin
Richard MacCutchan16-Dec-23 1:14
mveRichard MacCutchan16-Dec-23 1:14 
GeneralRe: Why is a resource fork? Pin
Mike Hankey16-Dec-23 3:22
mveMike Hankey16-Dec-23 3:22 
GeneralRe: Why is a resource fork? Pin
trønderen16-Dec-23 5:02
trønderen16-Dec-23 5:02 
NTFS also has forks; it is called Alternate Data Streams.

I never used apple forks, but suspect that there would be dozens of detail differences between them and NTFS. The main idea is the same, though: Provide a mechanism for keeping different kinds of data, relating to the same object/project/whatever separate but together. Like metadata and primary data. Movie and subtitles. Executable and debug information. ...

There are a few common uses of ADS in NTFS. E.g. when you receive a file across the net, and ADS provides some information about its origin. Most people do not know, and do not care. If you copy the file to a FAT file system (e.g. 99.9% of all memory sticks), you loose that information anyway.

Apple promoted its forks a lot. Microsoft not so; essentially they went for other alternatives (such as container file formats). I suspect that the main reason why they implemented it in NTFS was to kill the pro-Apple argument "They provide forks in the file system".

If you want to look for forks in your NTFS file system, Sysinternals streams[^] is a useful tool to start with.
GeneralRe: Why is a resource fork? Pin
honey the codewitch16-Dec-23 6:33
mvahoney the codewitch16-Dec-23 6:33 
GeneralRe: Why is a resource fork? Pin
trønderen16-Dec-23 7:45
trønderen16-Dec-23 7:45 
GeneralRe: Why is a resource fork? Pin
Richard Andrew x6416-Dec-23 9:48
professionalRichard Andrew x6416-Dec-23 9:48 
GeneralRe: Why is a resource fork? Pin
Gary R. Wheeler16-Dec-23 7:00
Gary R. Wheeler16-Dec-23 7:00 
GeneralRe: Why is a resource fork? Pin
Mark Starr18-Dec-23 3:19
professionalMark Starr18-Dec-23 3:19 
GeneralRe: Why is a resource fork? Pin
trønderen18-Dec-23 3:46
trønderen18-Dec-23 3:46 
GeneralRe: Why is a resource fork? Pin
Mark Starr18-Dec-23 5:48
professionalMark Starr18-Dec-23 5:48 
GeneralRe: Why is a resource fork? Pin
David O'Neil16-Dec-23 13:00
professionalDavid O'Neil16-Dec-23 13:00 
GeneralRe: Why is a resource fork? Pin
Myron Dombrowski18-Dec-23 1:40
Myron Dombrowski18-Dec-23 1:40 
GeneralRe: Why is a resource fork? Pin
David O'Neil18-Dec-23 20:56
professionalDavid O'Neil18-Dec-23 20:56 
GeneralRe: Why is a resource fork? Pin
charlieg19-Dec-23 0:31
charlieg19-Dec-23 0:31 
GeneralRe: Why is a resource fork? Pin
Myron Dombrowski19-Dec-23 7:43
Myron Dombrowski19-Dec-23 7:43 
GeneralRe: Why is a resource fork? Pin
David O'Neil19-Dec-23 20:35
professionalDavid O'Neil19-Dec-23 20:35 
GeneralRe: Why is a resource fork? Pin
Myron Dombrowski20-Dec-23 1:47
Myron Dombrowski20-Dec-23 1:47 
GeneralRe: Why is a resource fork? Pin
David O'Neil20-Dec-23 5:43
professionalDavid O'Neil20-Dec-23 5:43 
GeneralRe: Why is a resource fork? Pin
Matthew Barnett18-Dec-23 8:20
Matthew Barnett18-Dec-23 8:20 
GeneralRe: Why is a resource fork? Pin
Ralf Quint18-Dec-23 11:21
Ralf Quint18-Dec-23 11:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.