Skip to content

Instantly share code, notes, and snippets.

@florianbussmann
Created May 21, 2023 14:56
Show Gist options
  • Save florianbussmann/4e51a5414ec19a4d8e8dff5548bdb8ca to your computer and use it in GitHub Desktop.
Save florianbussmann/4e51a5414ec19a4d8e8dff5548bdb8ca to your computer and use it in GitHub Desktop.
Mounting Synology Virtual Disks manually
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