Search results

  1. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Reading thru the source, it appears that if a ._ file has extended attributes embedded in it, that Netatalk will indeed copy the FinderInfo from that file and into a metadata EA if one isn't found. It will also re-write the ._ file minus the embedded extended attributes (discards them) with the...
  2. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Don't worry about the "bad CNID" error messages, those are normal for files added from outside the share and the dbd tool is fixing them. The "Bad AppleDouble" message is also from dbd. Looks like it only throws that with the ._ files. They likely aren't 100% like what Netatalk expects since it...
  3. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    You don't run ad cp at all. Copy/extract the files into the share folder like they are standard UNIX files, then run ad set to set the filetype/creator, which forces creation of the Netatalk metadata EA. After that, Netatalk will update the CNID database on access, running dbd is optional. The...
  4. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    OK, the lack of a Netatalk metadata EA is the problem, do the following with your files after you extract them: ad set -t dimg -c ddsk "Applications HD.img" ad set -t dimg -c ddsk "NetBoot HD.img" ad set -t chrp -c tbxi "Mac OS ROM" Also, the pax utility that comes with Debian has really...
  5. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    In theory, you should be able to put both the file and the matching ._ file into the share and it'll "just work", minus the filetype/creator (netatalk doesn't copy the FinderInfo from the ._ file to its metadata extended attribute). You don't need to run dbd for that anymore like with netatalk...
  6. N

    Anyone have a copy of "AppleTalk Phase 2 Protocol Specification" (C0144LL/A)?

    Nothing has come up at all in my searches. Now that slide deck has something that might have been mentioned in the original document. Namely the overview of the algorithm for a node to bootstrap determine its network address.
  7. N

    Restoration CD for market software

    I await a detailed change log of the various Performa System 7.1P releases now that all of them have been unearthed. :cool: A friend had a Performa 600CD growing up, so that purplish desktop background is burned into my brain. It was annoying when I used other machines and couldn't find it...
  8. N

    Abaton Hand Scan SCSI Interface + Accel SC scanner

    These were likely direct clones of what was commonly sold as the Logitech ScanMan hand scanner. Macs got a SCSI interface, while PCs had a dedicated ISA interface. Even the Apple II got an interface that sold as the Vitesse Quickie.
  9. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    The xattr command is macOS specific. On Linux you can use getfattr and setfattr.
  10. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @MacinJosh A2SERVER is being updated to incorporate Netatalk 4.x. Its been a long process (particularly because of the EA support and conflicts with ciopfs), but its getting there. With regards to Synology and extended attributes, it appears that the Disk Manager software is storing them in a...
  11. N

    Help needed getting A2SCSI card visible on Apple IIgs

    Maybe the BlueSCSI 2 is throwing other devices onto the bus even if they aren't configured? It would be useful if there was a utility that scanned and dumped the devices detected on SCSI bus. Is there a bluescsi.ini file on the card? I would remove it if so. Stuff like the DaynaPort Wifi...
  12. N

    Finding FiberTalk: DuPont's AppleTalk-over-Fiber Hardware

    The level 2 protocol was likely FDDI (100Mbit) on these early fiber networks. Later on it was easier to just run Ethernet frames over fiber when 100Base-FX became available. Remember in the late 80s, Ethernet was not a sure bet at becoming the standard for the physical layer. Token Ring and FDDI...
  13. N

    Help needed getting A2SCSI card visible on Apple IIgs

    As per the GS/OS source, the following ROM detection is done to determine if an "old" (not High Speed) Apple SCSI card is installed. It then checks code in the I/O select space at $Cn00 thru $Cn57 where n = slot number. It points to bank $00 then checks $C8XX for $02 (this is a check for the...
  14. N

    Help needed getting A2SCSI card visible on Apple IIgs

    Make sure both the modified "SCSI.Manager" and "SCSIHD.Driver" files are in the "DRIVERS" folder of the System Folder on your startup disk.
  15. N

    Help needed getting A2SCSI card visible on Apple IIgs

    Do not install the driver. You should be able to partition and access a drive from GS/OS without it. I suspect that the ROM on the card differs from what the patched driver has in it. Its one of the pitfalls of modifying a design.
  16. N

    PowerBook HDI-30 to CN-50 adapter

    I haven't played with the HFS driver in Linux, but I would have thought they would have figured out resource fork handling. Pretty straight forward to present them to the OS as "._" files I'd think.
  17. N

    Help needed getting A2SCSI card visible on Apple IIgs

    FWIW, here is the original end user manual for the card: https://mirrors.apple2.org.za/ftp.apple.asimov.net/documentation/hardware/storage/disks/AppleIISCSICard.pdf Apple's description for setting the SCSI ID is pretty terrible. They call it "priority" and say nothing about it needing the ID to...
  18. N

    Help needed getting A2SCSI card visible on Apple IIgs

    I don't know what GGLabs changed on the card that required a change in the driver. Apple's cards are pretty straight forward, they expect drives to be partitioned with a valid Apple Partition Map. I would try the following: -Install the SCSI card in Slot 7. -Set a blank (zeroed out) 40MB image...
  19. N

    Definitive listing of Beige G3 models/features?

    The "Wings" A/V card supports an external TV tuner adapter. ATI sold it as an option for their cards (ATI XClaimTV) and connects via the S-Video input with extra pins. I have one of these boxes as it came with my XClaimVR 128 card. The manual clearly states that the Beige G3 is supported...
  20. N

    Definitive listing of Beige G3 models/features?

    https://web.archive.org/web/19980509061156/http://www.apple.com/powermac/g3/specifications.html https://web.archive.org/web/19980429142923/http://www.apple.com/powermac/g3/commbundle/ The complete list of BTO options seems lost to time, but the following PCI cards were available to order...
Back
Top