How do I change name od mounted HDD?

  • Hello,

    My libreelec installation sees the HDD with all movies, music, etc as something like: sdb1-ata-WDC_WD1001FALS-0

    Is it possible to change it into something shorted, more suitable, for ex. "HDD" or such?

    Or, even better, is there a way to somehow mount the directories on that HDD to those kodi specific sources like Movies, Music, Pictures, to avoid setting up Sources in Kodi? Something like hardlinks.

    Thanks

    • Official Post

    It seems to me that the volume doesn't have a volume label. LE normally mounts a drive as /var/media/<Label>

    If that is not the case post output of dmesg.

    I'm not aware of any hard linking, so best to actually add them just once

  • Which format does the drive have?

    Post the output of the command blkid please.

    Hey, hre is output of blkid command:

    Code
    Mediacenter:~ # blkid
    /dev/sda1: LABEL="System" UUID="593A-6005" TYPE="vfat" PARTLABEL="primary" PARTUUID="a0cbd241-1526-4124-8f28-1d5e72938926"
    /dev/sda2: LABEL="Storage" UUID="b2790391-452e-4e4c-b7a2-0979950c45ef" TYPE="ext4" PARTLABEL="primary" PARTUUID="632dac6a-4257-462d-9bf7-87f1a0203f83"
    /dev/sdb1: UUID="ee3b69bc-d50c-4539-832e-4c8da41cd5d1" TYPE="ext3" PARTUUID="f69ef69e-01"
    /dev/loop0: TYPE="squashfs"
    Mediacenter:~ #