發表文章

目前顯示的是 10月, 2014的文章

Reclaiming iSCSI LUN space after deletion.

- Enable SSH service via the Terminal & SNMP tool in the Control Panel. - Log into the Synology as user "root" using the appropriate password. - Confirm there are no iSCSI LUNs in Storage Manager. - Stop the iSCSI service: /usr/syno/etc/rc.d/S78iscsitrg.sh stop - Remove the folder /volume1/@EP and /volume1/@EP_trash - Remove the file /var/db/iscsi/EP_JNL - Start the iSCSI service again: /usr/syno/etc/rc.d/S78iscsitrg.sh start - Log out of the Synology.

find modify data over xxx days

find /volume1/MM/ -type f -mtime +4380 -print; or ls -lt $(find /volume1/MM_Share/ -type f -mtime +365 -print;)

To convert from GHO to VMDK

To convert from GHO to VMDK ghost32 -clone,mode=restore,src=my.gho,dst=myimage.vmdk -batch -sure PS. ghost32 need 11.5 above

Enable cut and paste via the console window

isolation.tools.copy.disable – false isolation.tools.paste.disable – false