Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Support for deployment on Synology NAS #938

Open
vincentbls opened this issue Nov 16, 2023 · 25 comments
Open

[Bug] Support for deployment on Synology NAS #938

vincentbls opened this issue Nov 16, 2023 · 25 comments

Comments

@vincentbls
Copy link

vincentbls commented Nov 16, 2023

Description of the bug

New installation with deployment of a Portainer stack : widget storage not working.

version: "3.9"
services:
  dashdot:
    container_name: dashdot
    image: mauricenino/dashdot:latest
    mem_limit: 4g
    cpu_shares: 768
    security_opt:
      - no-new-privileges:true
    restart: on-failure:5
    volumes:
      - /:/mnt/host:ro
    ports:
      - 7512:3001
    privileged: true
    environment:
      DASHDOT_ENABLE_CPU_TEMPS: true
      DASHDOT_ALWAYS_SHOW_PERCENTAGES: true
      DASHDOT_CUSTOM_HOST: 
      DASHDOT_SHOW_HOST: true
      DASHDOT_PAGE_TITLE: 
      DASHDOT_SHOW_DASH_VERSION: icon_hover
      DASHDOT_ACCEPT_OOKLA_EULA: true
Capture d’écran 2023-11-16 à 13 06 49

Relevant log output

/app # df                                                                        
Filesystem           1K-blocks      Used Available Use% Mounted on               
/dev/vg1/volume_1    3746086260 3527720912 218365348  94% /                      
tmpfs                    65536         0     65536   0% /dev                     
tmpfs                  2962468         0   2962468   0% /sys/fs/cgroup           
shm                      65536         0     65536   0% /dev/shm                 
/dev/md0               2385528   1548928    717816  68% /mnt/host                
tmpfs                  2962468         0   2962468   0% /mnt/host/sys/fs/cgroup  
devtmpfs               2958988         0   2958988   0% /mnt/host/proc/bus/usb   
devtmpfs               2958988         0   2958988   0% /mnt/host/dev            
tmpfs                  2962468       380   2962088   0% /mnt/host/dev/shm        
tmpfs                  2962468     36996   2925472   1% /mnt/host/run            
tmpfs                   592496         0    592496   0% /mnt/host/run/user/196791
tmpfs                  2962468      1548   2960920   0% /mnt/host/tmp            
/dev/vg1/volume_1    3746086260 3527720912 218365348  94% /mnt/host/volume1      
df: /mnt/host/volume1/RT2600acVB/Clé\040USB: No such file or directory           
df: /mnt/host/volume1/RT2600acVB/Carte\040SD: No such file or directory          
/dev/vg1/volume_1    3746086260 3527720912 218365348  94% /mnt/host/volume1/@dock
er                                                                               
/dev/vg1/volume_1    3746086260 3527720912 218365348  94% /mnt/host/volume1/@dock
er/btrfs                                                                         
/dev/vg1/volume_1    3746086260 3527720912 218365348  94% /mnt/host/volume1/@dock
er/btrfs/subvolumes/cbb0ef0ca8372f873d511b6ff6c3a2973b8e3debf88efd59cd585e1f91ea8
ba3                                                                              
tmpfs                    65536         0     65536   0% /mnt/host/volume1/@docker
/btrfs/subvolumes/cbb0ef0ca8372f873d511b6ff6c3a2973b8e3debf88efd59cd585e1f91ea8ba
3/dev                                                                            

What browsers are you seeing the problem on?

Firefox, Safari

Where is your instance running?

Container Manager DSM 7.2.1-69057 Update 1

@BlackJoker90
Copy link

I have the same problem on my Synology docker instance as well.

@costispavlou
Copy link

same

@Stark3ye
Copy link

+1 to this issue

@SecOps-7
Copy link

SecOps-7 commented Dec 1, 2023

+1 Same here. Running in Docker on Ubuntu.

@MauriceNino
Copy link
Owner

@vincentbls @BlackJoker90 @costispavlou @SimpleStevie @SecOps-7 Hello everyone! Sorry for the delay.

Can you all please update the application to the latest version, run the following command and then paste the output?

docker exec CONTAINER yarn cli raw-data --storage

@costispavlou
Copy link

costispavlou commented Jan 6, 2024

@vincentbls @BlackJoker90 @costispavlou @SimpleStevie @SecOps-7 Hello everyone! Sorry for the delay.

Can you all please update the application to the latest version, run the following command and then paste the output?

docker exec CONTAINER yarn cli raw-data --storage

run the command, completed successfully, restarted the docker, no difference though.

@costispavlou
Copy link

image

`yarn run v1.22.19
$ node dist/apps/cli/main.js raw-data --storage
If you were asked to paste the output of this command, please post only the following:

  • On GitHub: Everything between (and excluding) the lines
  • On Discord: Everything between (and including) the ```

Output:
const disks =  [
  {
    device: '/dev/ram0',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram1',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram2',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram3',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram4',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram5',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram6',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram7',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram8',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram9',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram10',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram11',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram12',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram13',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram14',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/ram15',
    type: 'HD',
    name: '',
    vendor: '',
    size: 671088640,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: '',
    interfaceType: '',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/sda',
    type: 'HD',
    name: 'WD20EZRX-00D8PB0        ',
    vendor: 'Western Digital',
    size: 2000398934016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '0A80',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/sdb',
    type: 'HD',
    name: 'ST14000NE0008-2JK101    ',
    vendor: 'Seagate',
    size: 14000519643136,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: 'EN01',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/sdc',
    type: 'HD',
    name: 'MG06ACA800E             ',
    vendor: 'TOSHIBA',
    size: 8001563222016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '0108',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/sdd',
    type: 'HD',
    name: 'MG06ACA800E             ',
    vendor: 'TOSHIBA',
    size: 8001563222016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '0108',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/sde',
    type: 'HD',
    name: 'MG06ACA800E             ',
    vendor: 'TOSHIBA',
    size: 8001563222016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '0108',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/sdf',
    type: 'HD',
    name: 'MG06ACA800E             ',
    vendor: 'TOSHIBA',
    size: 8001563222016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '0108',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/synoboot',
    type: 'HD',
    name: 'DiskStation             ',
    vendor: 'Synology',
    size: 125829120,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: 'DL17',
    serialNum: '',
    interfaceType: 'USB',
    smartStatus: 'unknown',
    temperature: null
  }
]
const sizes =  [
  {
    fs: '/dev/mapper/cachedev_0',
    type: 'btrfs',
    size: 32592617025536,
    used: 19265901731840,
    available: 13326715293696,
    use: 59.11,
    mount: '/',
    rw: true
  },
  {
    fs: '/dev/md0',
    type: 'ext4',
    size: 8387944448,
    used: 1834909696,
    available: 6431399936,
    use: 22.2,
    mount: '/mnt/host',
    rw: false
  }
]
const blocks =  [
  {
    name: 'sda',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 2000398934016,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'WD20EZRX-00D8PB0',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sda'
  },
  {
    name: 'sdb',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 14000519643136,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'ST14000NE0008-2JK101',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sdb'
  },
  {
    name: 'sdc',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 8001563222016,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'MG06ACA800E',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sdc'
  },
  {
    name: 'sdd',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 8001563222016,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'MG06ACA800E',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sdd'
  },
  {
    name: 'sde',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 8001563222016,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'MG06ACA800E',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sde'
  },
  {
    name: 'sdf',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 8001563222016,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'MG06ACA800E',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sdf'
  },
  {
    name: 'synoboot',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 125829120,
    physical: 'HDD',
    uuid: '',
    label: '',
    model: 'DiskStation',
    serial: '',
    removable: false,
    protocol: 'usb',
    group: '',
    device: '/dev/synoboot'
  },
  {
    name: 'zram0',
    type: 'disk',
    fsType: 'swap',
    mount: '[SWAP]',
    size: 2511339520,
    physical: 'SSD',
    uuid: 'a06f2734-18f1-492d-b222-79827d0919fd',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/zram0'
  },
  {
    name: 'zram1',
    type: 'disk',
    fsType: 'swap',
    mount: '[SWAP]',
    size: 2511339520,
    physical: 'SSD',
    uuid: '0b2097c7-44d1-4eec-ad72-478dd9fa5a57',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/zram1'
  },
  {
    name: 'zram2',
    type: 'disk',
    fsType: 'swap',
    mount: '[SWAP]',
    size: 2511339520,
    physical: 'SSD',
    uuid: 'e84d936c-cc5e-47e0-9098-c57010fd2ac4',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/zram2'
  },
  {
    name: 'zram3',
    type: 'disk',
    fsType: 'swap',
    mount: '[SWAP]',
    size: 2511339520,
    physical: 'SSD',
    uuid: '748ffe9c-534c-4c0b-8bf9-c92e518e681e',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/zram3'
  },
  {
    name: 'cachedev_0',
    type: 'dm',
    fsType: 'btrfs',
    mount: '/etc/hosts',
    size: 33950642733056,
    physical: '',
    uuid: 'ed554aaa-ff94-44a1-a3d6-25496d6ecd9b',
    label: '2023.10.18-18:59:43 v42962',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'vg1-syno_vg_reserved_area',
    type: 'lvm',
    fsType: '',
    mount: '',
    size: 12582912,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'vg1-volume_1',
    type: 'lvm',
    fsType: 'btrfs',
    mount: '',
    size: 33950642733056,
    physical: '',
    uuid: 'ed554aaa-ff94-44a1-a3d6-25496d6ecd9b',
    label: '2023.10.18-18:59:43 v42962',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'sda1',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 8589934592,
    physical: '',
    uuid: '3f6d11e9-ee5a-83b7-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md0',
    device: '/dev/sda'
  },
  {
    name: 'sda2',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 2147483648,
    physical: '',
    uuid: '8cf29cf4-926a-9e5e-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md1',
    device: '/dev/sda'
  },
  {
    name: 'sda3',
    type: 'part',
    fsType: '',
    mount: '',
    size: 1024,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/sda'
  },
  {
    name: 'sda5',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 1989415567360,
    physical: '',
    uuid: '3262f13e-7043-5ac0-e81c-60a230ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md2',
    device: '/dev/sda'
  },
  {
    name: 'sdb1',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 8589934592,
    physical: '',
    uuid: '3f6d11e9-ee5a-83b7-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md0',
    device: '/dev/sdb'
  },
  {
    name: 'sdb2',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 2147483648,
    physical: '',
    uuid: '8cf29cf4-926a-9e5e-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md1',
    device: '/dev/sdb'
  },
  {
    name: 'sdb5',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 1989415567360,
    physical: '',
    uuid: '3262f13e-7043-5ac0-e81c-60a230ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md2',
    device: '/dev/sdb'
  },
  {
    name: 'sdb6',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 6001156046848,
    physical: '',
    uuid: '03a077b1-0152-c4ba-97d0-ab0aa51c49f6',
    label: 'Synology:3',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md3',
    device: '/dev/sdb'
  },
  {
    name: 'sdb7',
    type: 'part',
    fsType: '',
    mount: '',
    size: 5998943453184,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/sdb'
  },
  {
    name: 'sdc1',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 8589934592,
    physical: '',
    uuid: '3f6d11e9-ee5a-83b7-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md0',
    device: '/dev/sdc'
  },
  {
    name: 'sdc2',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 2147483648,
    physical: '',
    uuid: '8cf29cf4-926a-9e5e-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md1',
    device: '/dev/sdc'
  },
  {
    name: 'sdc5',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 1989415567360,
    physical: '',
    uuid: '3262f13e-7043-5ac0-e81c-60a230ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md2',
    device: '/dev/sdc'
  },
  {
    name: 'sdc6',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 6001156046848,
    physical: '',
    uuid: '03a077b1-0152-c4ba-97d0-ab0aa51c49f6',
    label: 'Synology:3',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md3',
    device: '/dev/sdc'
  },
  {
    name: 'sdd1',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 8589934592,
    physical: '',
    uuid: '3f6d11e9-ee5a-83b7-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md0',
    device: '/dev/sdd'
  },
  {
    name: 'sdd2',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 2147483648,
    physical: '',
    uuid: '8cf29cf4-926a-9e5e-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md1',
    device: '/dev/sdd'
  },
  {
    name: 'sdd5',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 1989415567360,
    physical: '',
    uuid: '3262f13e-7043-5ac0-e81c-60a230ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md2',
    device: '/dev/sdd'
  },
  {
    name: 'sdd6',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 6001156046848,
    physical: '',
    uuid: '03a077b1-0152-c4ba-97d0-ab0aa51c49f6',
    label: 'Synology:3',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md3',
    device: '/dev/sdd'
  },
  {
    name: 'sde1',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 8589934592,
    physical: '',
    uuid: '3f6d11e9-ee5a-83b7-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md0',
    device: '/dev/sde'
  },
  {
    name: 'sde2',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 2147483648,
    physical: '',
    uuid: '8cf29cf4-926a-9e5e-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md1',
    device: '/dev/sde'
  },
  {
    name: 'sde5',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 1989415567360,
    physical: '',
    uuid: '3262f13e-7043-5ac0-e81c-60a230ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md2',
    device: '/dev/sde'
  },
  {
    name: 'sde6',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 6001156046848,
    physical: '',
    uuid: '03a077b1-0152-c4ba-97d0-ab0aa51c49f6',
    label: 'Synology:3',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md3',
    device: '/dev/sde'
  },
  {
    name: 'sdf1',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 8589934592,
    physical: '',
    uuid: '3f6d11e9-ee5a-83b7-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md0',
    device: '/dev/sdf'
  },
  {
    name: 'sdf2',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 2147483648,
    physical: '',
    uuid: '8cf29cf4-926a-9e5e-3017-a5a8c86610be',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md1',
    device: '/dev/sdf'
  },
  {
    name: 'sdf5',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 1989415567360,
    physical: '',
    uuid: '3262f13e-7043-5ac0-e81c-60a230ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md2',
    device: '/dev/sdf'
  },
  {
    name: 'sdf6',
    type: 'part',
    fsType: 'linux_raid_member',
    mount: '',
    size: 6001156046848,
    physical: '',
    uuid: '03a077b1-0152-c4ba-97d0-ab0aa51c49f6',
    label: 'Synology:3',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: 'md3',
    device: '/dev/sdf'
  },
  {
    name: 'synoboot1',
    type: 'part',
    fsType: 'vfat',
    mount: '',
    size: 16777216,
    physical: '',
    uuid: '10EE-589C',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/synoboot'
  },
  {
    name: 'synoboot2',
    type: 'part',
    fsType: 'ext2',
    mount: '',
    size: 104857600,
    physical: '',
    uuid: '45e5b07d-4783-4867-a369-f99c0cd1e610',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: '',
    device: '/dev/synoboot'
  },
  {
    name: 'md0',
    type: 'raid1',
    fsType: 'ext4',
    mount: '/mnt/host',
    size: 8589869056,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'md1',
    type: 'raid1',
    fsType: 'swap',
    mount: '[SWAP]',
    size: 2147418112,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'md2',
    type: 'raid5',
    fsType: 'LVM2_member',
    mount: '',
    size: 9947072430080,
    physical: '',
    uuid: '3262f13e:70435ac0:e81c60a2:30ba4e25',
    label: 'Synology:2',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'md3',
    type: 'raid5',
    fsType: 'LVM2_member',
    mount: '',
    size: 24004619927552,
    physical: '',
    uuid: '03a077b1:0152c4ba:97d0ab0a:a51c49f6',
    label: 'Synology:3',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  }
]

Done in 1.91s.
`

@MauriceNino
Copy link
Owner

@costispavlou Ah okay seems to be the same problem as the users in #918 experience. Unfortunately, I can't really help out with that, because I don't know how Synology works.

@MauriceNino MauriceNino changed the title New installation : storage not working [Bug] Storage information not accurate on Synology NAS Jan 6, 2024
@jarama
Copy link

jarama commented Jan 8, 2024

Since the new update of the docker container the problem got now inversed for me. Instead of saying that the disks are almost empty, they are now almost full:

image

@MauriceNino
Copy link
Owner

@jarama Yes that is to be expected. Unaccounted for space will now be attributed to used instead of unused. There is a feature request to make problems in the setup more obvious in the UI though: #1001

@ThaDaVos
Copy link

ThaDaVos commented Jan 8, 2024

Having the same as @jarama - was scared my storage was full, SSHed into my linux box, checked with df -h - and yes, my mounted disk is almost fulll, but my main disk has plenty of space, still Dash. shows the opposite, hereby the output:

afbeelding

df -h:

Filesystem                         Size  Used Avail Use% Mounted on
tmpfs                              1.6G  4.8M  1.6G   1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv  231G   43G  176G  20% /
tmpfs                              7.8G     0  7.8G   0% /dev/shm
tmpfs                              5.0M     0  5.0M   0% /run/lock
/dev/nvme0n1p2                     2.0G  283M  1.6G  16% /boot
/dev/nvme0n1p1                     1.1G  6.1M  1.1G   1% /boot/efi
/dev/sda                           932G  594G  338G  64% /mnt/data
tmpfs                              1.6G  4.0K  1.6G   1% /run/user/1000
Output:
const disks =  [
  {
    device: '/dev/sda',
    type: 'SSD',
    name: 'SanDisk SDSSDH3 ',
    vendor: 'SanDisk',
    size: 1000204886016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '00RL',
    serialNum: '',
    interfaceType: 'SATA',
    smartStatus: 'unknown',
    temperature: null
  },
  {
    device: '/dev/nvme0n1',
    type: 'NVMe',
    name: 'SAMSUNG MZVLB256HBHQ-00000              ',
    vendor: 'Samsung',
    size: 256060514304,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: 'S4GGNF1N156868',
    interfaceType: 'PCIe',
    smartStatus: 'unknown',
    temperature: null
  }
]
const sizes =  [
  {
    fs: 'overlay',
    type: 'overlay',
    size: 247677284352,
    used: 46079774720,
    available: 188941619200,
    use: 19.61,
    mount: '/',
    rw: false
  },
  {
    fs: '/dev/loop7',
    type: 'squashfs',
    size: 77725696,
    used: 77725696,
    available: 0,
    use: 100,
    mount: '/mnt/host/README.md',
    rw: false
  },
  {
    fs: '/dev/mapper/ubuntu--vg-ubuntu--lv',
    type: 'ext4',
    size: 247677284352,
    used: 46079774720,
    available: 188941619200,
    use: 19.61,
    mount: '/mnt/host/usr/lib/modules',
    rw: true
  },
  {
    fs: '/dev/loop16',
    type: 'squashfs',
    size: 42860544,
    used: 42860544,
    available: 0,
    use: 100,
    mount: '/mnt/host/usr/lib/snapd',
    rw: false
  },
  {
    fs: '/dev/nvme0n1p2',
    type: 'ext4',
    size: 2040373248,
    used: 296136704,
    available: 1620086784,
    use: 15.45,
    mount: '/mnt/host/var/lib/snapd/hostfs/boot',
    rw: true
  },
  {
    fs: '/dev/nvme0n1p1',
    type: 'vfat',
    size: 1124999168,
    used: 6369280,
    available: 1118629888,
    use: 0.57,
    mount: '/mnt/host/var/lib/snapd/hostfs/boot/efi',
    rw: true
  },
  {
    fs: '/dev/loop0',
    type: 'squashfs',
    size: 131072,
    used: 131072,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/bare/5',
    rw: false
  },
  {
    fs: '/dev/loop1',
    type: 'squashfs',
    size: 47185920,
    used: 47185920,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/certbot/3462',
    rw: false
  },
  {
    fs: '/dev/loop2',
    type: 'squashfs',
    size: 47185920,
    used: 47185920,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/certbot/3566',
    rw: false
  },
  {
    fs: '/dev/loop3',
    type: 'squashfs',
    size: 58458112,
    used: 58458112,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/core18/2796',
    rw: false
  },
  {
    fs: '/dev/loop4',
    type: 'squashfs',
    size: 58458112,
    used: 58458112,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/core18/2812',
    rw: false
  },
  {
    fs: '/dev/loop5',
    type: 'squashfs',
    size: 66584576,
    used: 66584576,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/core20/2015',
    rw: false
  },
  {
    fs: '/dev/loop6',
    type: 'squashfs',
    size: 67108864,
    used: 67108864,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/core20/2105',
    rw: false
  },
  {
    fs: '/dev/loop8',
    type: 'squashfs',
    size: 77594624,
    used: 77594624,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/core22/864',
    rw: false
  },
  {
    fs: '/dev/loop9',
    type: 'squashfs',
    size: 135266304,
    used: 135266304,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/docker/2893',
    rw: false
  },
  {
    fs: '/dev/loop10',
    type: 'squashfs',
    size: 135266304,
    used: 135266304,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/docker/2904',
    rw: false
  },
  {
    fs: '/dev/loop11',
    type: 'squashfs',
    size: 96206848,
    used: 96206848,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/gtk-common-themes/1535',
    rw: false
  },
  {
    fs: '/dev/loop12',
    type: 'squashfs',
    size: 10223616,
    used: 10223616,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/htop/3758',
    rw: false
  },
  {
    fs: '/dev/loop13',
    type: 'squashfs',
    size: 10223616,
    used: 10223616,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/htop/3873',
    rw: false
  },
  {
    fs: '/dev/loop14',
    type: 'squashfs',
    size: 102891520,
    used: 102891520,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/pyqt5-runtime-lite/4',
    rw: false
  },
  {
    fs: '/dev/sda',
    type: 'xfs',
    size: 999716507648,
    used: 636956925952,
    available: 362759581696,
    use: 63.71,
    mount: '/mnt/host/var/lib/snapd/hostfs/mnt/data',
    rw: true
  },
  {
    fs: '/dev/loop17',
    type: 'squashfs',
    size: 42467328,
    used: 42467328,
    available: 0,
    use: 100,
    mount: '/mnt/host/var/lib/snapd/hostfs/snap/snapd/20671',
    rw: false
  }
]
const blocks =  [
  {
    name: 'nvme0n1',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 256060514304,
    physical: 'SSD',
    uuid: '',
    label: '',
    model: 'SAMSUNG MZVLB256HBHQ-00000',
    serial: 'S4GGNF1N156868      ',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  },
  {
    name: 'sda',
    type: 'disk',
    fsType: 'xfs',
    mount: '/mnt/host/mnt/data',
    size: 1000204886016,
    physical: 'SSD',
    uuid: '9bed18b7-f201-4967-ad50-13ebb16a3db6',
    label: '',
    model: 'SanDisk SDSSDH3',
    serial: '',
    removable: false,
    protocol: 'sata',
    group: '',
    device: '/dev/sda'
  },
  {
    name: 'loop0',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/bare/5',
    size: 4096,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop1',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/certbot/3462',
    size: 47153152,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop10',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/docker/2904',
    size: 135184384,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop11',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/gtk-common-themes/1535',
    size: 96141312,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop12',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/htop/3758',
    size: 10113024,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop13',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/htop/3873',
    size: 10113024,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop14',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/pyqt5-runtime-lite/4',
    size: 102780928,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop16',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/snapd/20290',
    size: 42840064,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop17',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/snapd/20671',
    size: 42393600,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop2',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/certbot/3566',
    size: 47165440,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop3',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core18/2796',
    size: 58363904,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop4',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core18/2812',
    size: 58363904,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop5',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core20/2015',
    size: 66547712,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop6',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core20/2105',
    size: 67014656,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop7',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core22/1033',
    size: 77713408,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop8',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core22/864',
    size: 77492224,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop9',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/docker/2893',
    size: 135163904,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'nvme0n1p1',
    type: 'part',
    fsType: 'vfat',
    mount: '/mnt/host/var/lib/snapd/hostfs/boot/efi',
    size: 1127219200,
    physical: '',
    uuid: '62AB-0B92',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  },
  {
    name: 'nvme0n1p2',
    type: 'part',
    fsType: 'ext4',
    mount: '/mnt/host/var/lib/snapd/hostfs/boot',
    size: 2147483648,
    physical: '',
    uuid: '864f43f3-740e-4bfe-bbe2-08b89855e6bc',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  },
  {
    name: 'nvme0n1p3',
    type: 'part',
    fsType: 'LVM2_member',
    mount: '',
    size: 252783362048,
    physical: '',
    uuid: 'ijfxRp-v4X5-Cue4-KEIn-12u3-eJoh-yH9EIe',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  }
]

@MauriceNino
Copy link
Owner

@ThaDaVos this should be fixed in the latest version.

@ThaDaVos
Copy link

Yeah noticed that - it updated and seems correct now

@vincentbls
Copy link
Author

Not for me...
Capture d’écran 2024-01-18 à 11 56 27
Capture d’écran 2024-01-18 à 11 55 15

@MauriceNino
Copy link
Owner

@vincentbls Synology NAS is still not supported until someone can get it to correctly pass the mounts into the container. I have no clue about Synology, so it definitely won't be me.

@ThaDaVos doesn't seem to be running Synology, he just commented in this issue for some reason.

@SecOps-7
Copy link

Apologies for the late response. Just updated to the latest version and there is no change on my side.

Herewith the yarn output:

Output:
const disks =  [
  {
    device: '/dev/nvme0n1',
    type: 'NVMe',
    name: 'Samsung SSD 980 PRO 1TB                 ',
    vendor: 'Samsung',
    size: 1000204886016,
    bytesPerSector: null,
    totalCylinders: null,
    totalHeads: null,
    totalSectors: null,
    totalTracks: null,
    tracksPerCylinder: null,
    sectorsPerTrack: null,
    firmwareRevision: '',
    serialNum: 'S5GXNX0TC19214P',
    interfaceType: 'PCIe',
    smartStatus: 'unknown',
    temperature: null
  }
]
const sizes =  []
const blocks =  [
  {
    name: 'nvme0n1',
    type: 'disk',
    fsType: '',
    mount: '',
    size: 1000204886016,
    physical: 'SSD',
    uuid: '',
    label: '',
    model: 'Samsung SSD 980 PRO 1TB',
    serial: 'S5GXNX0TC19214P     ',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  },
  {
    name: 'loop0',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/bare/5',
    size: 4096,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop1',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/canonical-livepatch/246',
    size: 10051584,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop10',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/firefox/3626',
    size: 257945600,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop11',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/gnome-3-38-2004/143',
    size: 366682112,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop12',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/gnome-42-2204/120',
    size: 509100032,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop13',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/gnome-42-2204/141',
    size: 521121792,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop14',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/gtk-common-themes/1535',
    size: 96141312,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop15',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/snap-store/959',
    size: 12922880,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop16',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/snapd/20290',
    size: 42840064,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop17',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/snapd/20671',
    size: 42393600,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop18',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/snapd-desktop-integration/83',
    size: 462848,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop2',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/certbot-dns-cloudflare/3077',
    size: 9715712,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop3',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/certbot-dns-cloudflare/3182',
    size: 9719808,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop4',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core/16202',
    size: 110960640,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop5',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core20/2015',
    size: 66547712,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop6',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core20/2105',
    size: 67014656,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop7',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core22/1033',
    size: 77713408,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop8',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/core22/864',
    size: 77492224,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'loop9',
    type: 'loop',
    fsType: 'squashfs',
    mount: '/mnt/host/snap/firefox/3600',
    size: 257859584,
    physical: '',
    uuid: '',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: '',
    group: ''
  },
  {
    name: 'nvme0n1p1',
    type: 'part',
    fsType: 'vfat',
    mount: '/mnt/host/boot/efi',
    size: 536870912,
    physical: '',
    uuid: '6A88-3E2B',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  },
  {
    name: 'nvme0n1p2',
    type: 'part',
    fsType: 'ext4',
    mount: '/mnt/host',
    size: 999666221056,
    physical: '',
    uuid: '2b9ea517-0eae-40c9-9ee6-c34910671fc0',
    label: '',
    model: '',
    serial: '',
    removable: false,
    protocol: 'nvme',
    group: '',
    device: '/dev/nvme0n1'
  }
]

@SecOps-7
Copy link

image

@MauriceNino
Copy link
Owner

@SecOps-7 Are you running on Synology as well?

@SecOps-7
Copy link

@SecOps-7 Are you running on Synology as well?

No, Running Docker on vanilla Ubuntu 22.04.3 LTS.

@ThaDaVos
Copy link

ThaDaVos commented Jan 18, 2024

That's weird, I am also running Docker on Ubuntu, but I am running 23.04 - on my side, the last update fixed it

@MauriceNino
Copy link
Owner

@SecOps-7 Than your problem is not related to this issue. Can you please open a new one and provide all necessary info, including:

  • Hardware
  • Storage setup
  • Config
  • Specific hosting form
  • Anything you deem important

@SecOps-7
Copy link

@MauriceNino Thank you. Will do.

@MauriceNino MauriceNino changed the title [Bug] Storage information not accurate on Synology NAS [Bug] Support for deployment on Synology NAS Jan 26, 2024
@ChanLicher
Copy link

I think Synology changed something after 7.2 but I am not sure what it is, this worked for me when I was using 7.1.1.

@jamauai
Copy link

jamauai commented Sep 1, 2024

Anyone try running from source on Synology? Or is that not recommended?

@ChanLicher
Copy link

Anyone try running from source on Synology? Or is that not recommended?

Anyway I don't recommand, docker is definitely a better choice for its convenience and less space occupied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants