Created
May 21, 2023 14:56
-
-
Save florianbussmann/4e51a5414ec19a4d8e8dff5548bdb8ca to your computer and use it in GitHub Desktop.
Mounting Synology Virtual Disks manually
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -la /volume1/@iSCSI/LUN/VDISK_BLUN/ | |
# analyze disk | |
sudo fdisk -l -u=sectors <DISK> | |
# mount disk | |
mount -o ro,offset=<SECTOR_SIZE*START> <DISK> <MOUNT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment