Quote:
Originally Posted by dontcareavs 
To make a backup copy of the sacrificial target RID (assuming 1-file install) AND to verify the correct devicename of your RTV HDD (optional, but highly recommended):
------------------------------------------------------
extract_rtv5 -e /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid
------------------------------------------------------

To make a backup copy of the sacrificial target RID (assuming 1-file install) AND to verify the correct devicename of your RTV HDD (optional, but highly recommended):
------------------------------------------------------
extract_rtv5 -e /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid
------------------------------------------------------
In this case, extract_rtv5 will extract files from the second partition (the MPEG partition), which isn't what you want. The -p1 option needs to be used to extract a file from the first partition (system partition):
extract_rtv5 -p1 -e /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid
Quote:
It defaults to the source name, but even though it's not in the help screen (I need to add it), you can specify a destination path after the source path:
extract_rtv5 -p1 -e /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
Quote:
Originally Posted by dontcareavs 
For the 1-file install on a 5K (assuming "extract_rtv5.exe" and "C0237fi.rid" are in the current directory):
-------------------------------------------------------------------------------
extract_rtv5 -w /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
-------------------------------------------------------------------------------

For the 1-file install on a 5K (assuming "extract_rtv5.exe" and "C0237fi.rid" are in the current directory):
-------------------------------------------------------------------------------
extract_rtv5 -w /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
-------------------------------------------------------------------------------
Without specifying the partition it will prompt for the partition, which is partition 1. To alleviate the prompt for the partition, the -p option can be used:
extract_rtv5 -p1 -w /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
Quote:
Originally Posted by dontcareavs 
*OR*, depend on extract_rtv's ability to auto-detect your RTV HDD (risky in my opinion):
----------------------------------------------------------------
extract_rtv5 -w /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
----------------------------------------------------------------

*OR*, depend on extract_rtv's ability to auto-detect your RTV HDD (risky in my opinion):
----------------------------------------------------------------
extract_rtv5 -w /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
----------------------------------------------------------------
Actually, all extract_rtv5 without a device name does is to iterate the operating system's hard drive device names for you looking for an RTV hard drive. It is very specific about finding an RTV hard drive, so it would be very unlikely for it to discover the operating system's boot drive or any of the operating system's hard drives as RTV hard drives (just like RTVPatch). So, adding the partition specification, this would look like:
extract_rtv5 -p1 -w /name/system/user/mirror/sys-setup-gaea/data/irCodeset/C0237fi.rid C0237fi.rid
Henry












Now I'm reluctant to clean-up my previous post (which only took 3 days to approve) for fear of further adding to the confusion.
(Oh, I forgot about 1 of my posts. That hurdle was already cleared.)




