=============================================================
VM SATA Controller Config
Create SATA controller 2ea
SATA Controller 0:0 -> DATA Disk Iamge SATA Controller 1:0 -> Tinycore Disk Image
Add to SATA Controller 1ea
AS-IS
SATA Controller 0 (0:0) -> Tinycore Disk Image
SATA Controller 0 (0:1) -> DATA Disk Iamge
TO-BE
SATA Controller 0 (0:0) -> DATA Disk Iamge
SATA Controller 1 (1:0) -> Tinycore Disk Image
Create SATA Controller 1ea, SCIS Controller 1ea
SATA Controller 0:0 -> Tinycore Disk Image
SCSI Controller 0:0 -> DATA Disk Iamge
After setting to all case an error occurs when entering Tinycore.
enter 'e' Edit GRUB menu
change to
enter 'F10' Continue Tinycore booting.
If you set up VM like this and proceed, Data Disk will be defined as drive 1 in the DSM storage later. (In case of SCSI, define from drive 2)
made a video of the config process.
=============================================================
- Download attached file on your PC (tr_st.tar)
or See the source page on github -> http://github.com/FOXBI/tr_st
- Start up your Tinycore and upload it. (using sftp....)
Alternatively, you can paste the source directly from the shell.
-
Connect to ssh by tc account.
-
Progress as tc user.
-
Edit user_config.json
Serial, MAC, Sataportmap, diskidxmap etc...
recommand value..
Only use SATA
"SataPortMap": "9",
"DiskIdxMap": "0"
Use SATA + SCSI
"SasIdxMap": "0",
"SataPortMap": "1",
"DiskIdxMap": "0"
6. Check Directory location
pwd /home/tc
-
Decompress file & check file:
tar xvf tr_st.tar ls -lrt chmod 755 tr_st.sh
(check root’s run auth)
8. Run to Source file
./tr_st.sh
When you execute it, proceed according to the description that is output.
After reboot you install DSM keep going
Follow the instructions to install (DS3622xs+ example)
made a video of the setup process.