Re: Disk icon for mounted file system in the Finder
On Tue, 21 Oct 2003, Sam Vaughan wrote:
But in our case we don't have any IOMedia objects. Although the
physical disks we use are directly connected to the machine, the
logical volumes we present to the user are mounted like a network file
system. We've completely avoided any integration with the IOKit.
Then you cannot offically set a default icon. Also DiskArb really hates file systems that are missing IOMedia's. You can probably fudge something with a custom icon deal however. In our project where we're doing something simular we ended up making a dummy /dev entry and IOMedia object so that DiskArb and such would be happy. Otherwise they do nothing. --- Marek Kozubal marek@portents.com _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Marek Kozubal