|
|
Line 1: |
Line 1: |
| <google uid="C01">Unix</google>
| | == OsX ISO == |
|
| |
| [[FXP.One]] - FXP.One project, engine daemon, clients, protocol API etc.
| |
|
| |
|
| [[UFxp]] - Ultimate++ GUI client for the FXP.One engine
| | Creating and Mounting an ISO file, UDF2.50, or bluray BD-ISO image: |
|
| |
|
| [[LiON]] Lundman's Input Output Library.
| | # mkfile 1G roger.iso |
| | | |
| [[L4IP]] Software load-balancer, health-check daemon for IP Filter.
| | # newfs_udf -r 2.60 -v ROGER roger.iso |
| | | |
| [[LundFTPD]] The famous single process FTP daemon.
| | # hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount roger.iso |
| | | /dev/disk5 |
| [[SSL-lbnc]] FTP bnc/relay program with SSL.
| | |
| | | # hdiutil mount -nobrowse /dev/disk5 |
| [[llink]] Media Streamer for Media Players. SSDP/UPNP/HTTP
| | /dev/disk5 /Volumes/ROGER |
| | |
| [[rbl-add-ip]] Perl program to modify BDBHPT driver for DLZ+named.
| |
| | |
| [[DLZUtil]] Perl script to run a generic DLZ BDBHPT (not customised for RBL)
| |
| | |
| [[TeraStation]] My own programs and hacks for the Buffalo TeraStation RAID NAS.
| |
| | |
| [[LimHD200i]] My attempts to improve things on Tomacros HD player.
| |
| | |
| [[NetworkedMediaTank]] My attempts to improve things on Syabas' Networked Media Tank (popcornhour etc)
| |
| | |
| [[Dune HD Center]] My attempts to improve things on HDI's media player, Dune HD Center / Dune BD Prime
| |
| | |
| [[librarchy]] Interposing libc calls to add direct streaming from RAR archives.
| |
| | |
| [[ZFS_RAID|ZFS RAID]] Home build ZFS RAID running Open Solaris.
| |
| | |
| [[Random]] Useful trivia
| |
| | |
| [[mediainfo-rar]] Wrote a little front-end to MediaInfo to handle content in RAR archives, and ISO files
| |
| | |
| [[android]] Section for Android apps and games
| |
| | |
| [[libdvdread.plus]] libdvdread plus version, with UDF2.50, bluray and RAR support.
| |
| | |
| | |
| [[Tokyo]] Places to go to with kids.
| |
| | |
| [[Amiga!_DS_Users]] For sharing Friend Codes.
| |
| | |
| [[Personal]] Area for personal stuff, not interesting to anyone.
| |
| | |
| | |
| <paypal></paypal>
| |
|
| |
|
| [[Donations]] '''Hall of Fame. Seriously appreciated gifts from kind people. Feel free to click on some of the ads too.'''
| | Naturally, you can mount it on the attach line, but I wanted to separate the two stages. Copy files to /Volume/ROGER, then use hdiutil to unmount and detach. |
OsX ISO
Creating and Mounting an ISO file, UDF2.50, or bluray BD-ISO image:
# mkfile 1G roger.iso
# newfs_udf -r 2.60 -v ROGER roger.iso
# hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount roger.iso
/dev/disk5
# hdiutil mount -nobrowse /dev/disk5
/dev/disk5 /Volumes/ROGER
Naturally, you can mount it on the attach line, but I wanted to separate the two stages. Copy files to /Volume/ROGER, then use hdiutil to unmount and detach.