Duplicated UUID of NTFS partitions

When I'm connecting hard drive with two NTFS partition, 'block info' generates same UUID for both of them:

/dev/sda3: UUID="0000001800000048" TYPE="ntfs"
/dev/sda4: UUID="0000001800000048" TYPE="ntfs"

where blkid show:

/dev/sda3: UUID="1A5AB1745AB14CEF" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="11dfafb4-a846-432e-9dea-93565fc1014c"
/dev/sda4: LABEL="DATA" UUID="1B7F8D2559D9103E" TYPE="ntfs" PTTYPE="atari" PARTLABEL="Microsoft basic data" PARTUUID="5af5aec1-d53d-4f5b-8e06-8f6cb599a8a7"

This cause many problems with auto mounting etc.

I'm using Netgear R6220 with:
PRETTY_NAME="OpenWrt 18.06.1"
BUILD_ID="r7258-5eb055306f"
LEDE_BOARD="ramips/mt7621"
LEDE_RELEASE="OpenWrt 18.06.1 r7258-5eb055306f"

Hard drive is connected through miniPCIe SATA converter.

Yeah, same UUID 0000001800000048 fort my NTFS partition here too!

Created a bug-report:
https://bugs.openwrt.org/index.php?do=details&task_id=2129

1 Like