Jump to content
XPEnology Community

majamudo

Rookie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by majamudo

  1. Looks like I need some help on this. I have DSM 6.2 running on proxmox 7. All works ok so far. I now wanted to pass through a SATA controller (Marvell 88SE9230). If I use the GUI to pass the controller through by adding the controller to the hardware of my VM, DSM always tries to boot from this new disk attached to the controller and as there is no OS on it it will ask to install new :-(. Somewhere else I found the information to not use the GUI but to use the cli to add the controller (like so: qm set 100 -hostpci0 01:00 instead of adding the controller with this ID 0000:01:00.0). This way the system boots and I can see some messages in dmesg regarding the controller as well as the disk attached to it. But the disk doesn't appear in storage manager :-(. I also tried to change the values for DiskIdxMap and SataPortMap - nothing changed regardless the values I used. Any idea how to solve this issue? Maybe some of you also had this issue and could give me some direction Thanks a lot in advance! Edit1: small update. I found the disk attached to the controller as an external disk (thus it isn't shown in storage manager). So the passthrough seems to be ok. I just need to figure out how to make this disk internal. Edit2: tried several combinations of DiskID and SataPortMap without success. Mapping is always the same. Am I editing the correct file? (/volumeUSB1/usbshare1-1/grub/grub.cfg) --> DiskIdxMap=0C0005 SataPortMap=157 root@NAS:~# fdisk -l /dev/sd? | grep 'Disk /' Disk /dev/sdh: 16 GiB, 17179869184 bytes, 33554432 sectors Disk /dev/sdp: 232.9 GiB, 250058268160 bytes, 488395055 sectors Disk /dev/sdu: 50 MiB, 52428800 bytes, 102400 sectors --> DiskIdxMap=0C0005 SataPortMap=144 root@NAS:~# fdisk -l /dev/sd? | grep 'Disk /' Disk /dev/sdh: 16 GiB, 17179869184 bytes, 33554432 sectors Disk /dev/sdp: 232.9 GiB, 250058268160 bytes, 488395055 sectors Disk /dev/sdu: 50 MiB, 52428800 bytes, 102400 sectors --> DiskIdxMap=0000 SataPortMap=144 root@NAS:~# fdisk -l /dev/sd? | grep 'Disk /' Disk /dev/sdh: 16 GiB, 17179869184 bytes, 33554432 sectors Disk /dev/sdp: 232.9 GiB, 250058268160 bytes, 488395055 sectors Disk /dev/sdu: 50 MiB, 52428800 bytes, 102400 sectors
×
×
  • Create New...