
-
2022-11-01, 01:51 PM
#6781
謝謝 seeteeyou 大的建議和資訊。
找了一輪,發現 MC/LE 在日本原作者網頁似乎已經找不到下載處。從 JPlay 討論區的 link 下載了Rewrite_data_4_42_MC288_LE50_x64.7z
和
Rewrite_data_4_43_MC289_LE51_x64.7z
兩個檔案,但解壓縮時輸入密碼 HUSTLER 無效。ES 30 也找不到下載處。
如果 seeteeyou 大知道哪裡可以下載 MC/LE/ES,還請告知,感謝!
 作者: seeteeyou
-
-
2022-11-01, 05:17 PM
#6782
小弟收藏的 MC/LE/ES 舊版如下,由於檔案的數量不少,打開 MEGA 之後直接搜尋並下載 _README_.txt 就可以(Notepad 用 Ctrl+F)找到所需的版本,基本上 https://web.archive.org 那邊的檔案比較安全,還可以好好利用那個 SHA256 檔案校驗碼:
https://mega.nz/folder/wBdgnboY#EUIls6NlFfDUVaxn-zLNmQ
https://jplay.eu/forum/index.php?/to...clean/?p=57048
 作者: dequad
但解壓縮時輸入密碼 HUSTLER 無效。ES 30 也找不到下載處。
解壓密碼也是差不多,打開 MEGA 之後直接搜尋 MC288 就可以看看 *.txt 的內容,敬請注意拷貝密碼的時候不要包含 H 左邊的空格/R 右邊的空格,必須是只有 7 位的大寫字母,因此拷貝 Notepad 內的密碼就萬無一失了。
打開 MEGA 之後直接搜尋並下載 BernieK.7z 該是比較方便,如果相信小弟收藏的檔案就可以了,不然就用那個 _README_.txt 比較放心的說。
-
The Following User Says Thank You to seeteeyou For This Useful Post:
-
2022-11-01, 07:30 PM
#6783
-
The Following 2 Users Say Thank You to seeteeyou For This Useful Post:
-
2022-11-01, 10:26 PM
#6784
 作者: psycho
BAT檔如下:
======================
@echo off
set count=0
:Again
copy J:\ K:\ /Y > nul
copy K:\ J:\ /Y > nul
ECHO %count%
set /a count=count+1
if not %count%==90 goto Again
ECHO OK!!
=================
請自行修改硬碟編號與COPY次數,目前先給90比較不會跑到天荒地老。
萬一需要較詳細一點的說明:
把教授上面那段文字(不含上下分隔線)copy 到記事本(開個新檔案),修改 J: 和 K: 為自己系統裡對應的硬碟(例如 F: 和 G:。F: 放原來的音樂檔案),然後存檔。檔名定為 XXXX.bat (XXXX 自己取)。之後滑鼠點兩下檔案, 就會自動在command prompt 視窗裡執行了。視窗裡會從零開始到 90,逐一顯示 copy 次數的進度。
此篇文章於 2022-11-01 10:33 PM 被 dequad 編輯。
-
The Following 4 Users Say Thank You to dequad For This Useful Post:
-
2022-11-01, 11:05 PM
#6785
可能教授發現的 Disk wipe 效果太好,大家正在緊鑼密鼓地 wipe 中。
Linux 要等高手寫好 shell script 再來試試。
-
The Following User Says Thank You to silaslin For This Useful Post:
-
2022-11-01, 11:07 PM
#6786
-
The Following 7 Users Say Thank You to psycho For This Useful Post:
-
2022-11-01, 11:19 PM
#6787
Windows 還有這種「剪下/貼上」的 Robocopy:
https://learn.microsoft.com/zh-tw/wi...y#copy-options
當然 Robocopy 的好處還有多線程的參數,不知道同時處理多個檔案的話有沒有甚麼分別呢?
https://gemmy886.blogspot.com/2011/10/robocopy.html
"/MT" 指的是通道數量,一般而言設定100就夠了。
https://learn.microsoft.com/en-us/pr...631(v=msdn.10)
To perform a multi-threaded copy, you use the new /MT[:n] switch, where n indicates the number of threads to be used. By default, n is 8 when you use the /MT option, and can be any value from 1 to 128.
-
The Following 2 Users Say Thank You to seeteeyou For This Useful Post:
-
2022-11-01, 11:38 PM
#6788
 作者: psycho
...
很奇怪,依他們的說法:sam0402、tetsuka與silaslin都是使用 sam0402 的 Arch OS進行 WIPE,最後結果很明顯silaslin的超低頻表現與另外兩人完全不同!?你們到底還差異了什麼東東??
...
告訴你一個祕密,三個都是AX1600i,模組線也是一樣的,我的主機和Tetsuka也是一樣的,可能差最大的就是CPU、RAM和主機版。
我硬碟是臨時借來的,走SATA,非USB外接。
此篇文章於 2022-11-01 11:41 PM 被 sam0402 編輯。
-
The Following 2 Users Say Thank You to sam0402 For This Useful Post:
-
2022-11-02, 12:10 AM
#6789
 作者: psycho
第3個是dequad上傳的,不知道他搞了什麼?聽起來好像跟我的第2個差異不大??
(END)
忘了說明。我的檔案是下載教授上傳的,在我的硬碟上來回 copy 了90次。早上做好檔案上傳後就忙工作去了,到現在還沒聽過。
 作者: seeteeyou
晚上忙到剛剛,總算把 audio PC 的 Optane 系統碟改成 ReFS 格式了。測得的數據如下。接下來想辦法看看能不能用 RAM Disk 跑作業系統和 JPlay。
ReFS test.jpg
-
The Following 3 Users Say Thank You to dequad For This Useful Post:
-
2022-11-02, 12:22 AM
#6790
https://www.stsd99.com/phpBB3/viewto...p=20161#p20161
CF卡讀卡機長了腦袋!換了一顆不成比例的時鐘。
它成為小弟的Compile和Rip CD專用器材,這是其一。
其二,用pCP8 NoKVM 當成底層OS,重新打造Compile環境。
其三,使用香堡寶444供電,吃粗本。餵GaN好電,它會給你好聲回饋。
同樣的,量子效應再度發威!成果是:
聲音密度和厚度提升很多,約有15%,樂器更清晰明確,合奏度表現更佳。
為了「過水」的功能,M.2 的 Optane 還可以利用這一對 25MHz 的 OCXO 時鐘輸出:
https://item.taobao.com/item.htm?id=650821434968
另外 M.2 轉 USB-C 的盒子也是 25MHz:
https://audiophilestyle.com/forums/t...omment-1086470
FYI - 16GB Optane with Orico M2PJM-C3 enclosure (Realtek RTL9210B) was confirmed to be bootable via USB
主控必須是 RTL9210B 方可支援 Optane,因此 M2PJM 才是正確的型號:
https://shopee.tw/台北出貨-ORICO-NvMe-NG...877.8041368704
https://www.fox-saying.com/blog/post...orico-m2pjm-c3
https://www.orico.com.cn/product/detail/7140.html
雖然直接更換兩顆 25MHz OCXO 的效果比較好,但是價格方面就相當可觀。
既然只是用 OCXO 時鐘來「過水」的話,便宜又大碗的選擇該可以吧?
不過更換時鐘的難度比較高,失敗的話就很可能把 Optane 和盒子弄垮了。
Optane 900P 或 P4800X 的 25MHz 時鐘:
https://audiophilestyle.com/forums/t...omment-1088689
載入 RAM disk 的 OS 亦同樣受惠,理論上用 Optane 加上 OCXO 時鐘的組合來「過水」也不會令人失望吧?
http://jplay.eu/forum/index.php?/top...guide/?p=58491
The most interesting thing is that I am shocked by how much this has improved SQ vs. USB boot into Ramdisk on a "regular" USB stick. The improvement was there with the Optane drive in the Orico enclosure loading Win11PE through the Audioquest Jitterbug I have plugged into a motherboard USB 3.1 port, but was much more pronounced when hooking it directly to my motherboard's only USB-C port. Things are much clearer, tighter, and less diffuse/smudged. At first I thought I must be hearing placebo, but after going back and forth and listening for a number of hours now, I am sure. This is particularly odd given that A) USB-C, while fast, is still a bottleneck vs. the speeds Optane can achieve with a M.2 slot and B ) Optane requires Intel RST to really get all of its normal benefits going, but RST is disabled in my BIOS and I am not using a Windows RST driver, obviously, to load Win11PE into Ramdisk. Still, undeniable benefit, and my guess is, similar to what samotc is seeing with Grub4DOS, it has to do with latency differences achieved via this method of loading into Ramdisk vs. a "normal" USB stick.
-
The Following User Says Thank You to seeteeyou For This Useful Post:
發文規則
- 您不可以發表新主題
- 您不可以發表回覆
- 您不可以上傳附件
- 您不可以編輯自己的文章
-
討論區規則
|