Re: [systemd-devel] systemd device appeared twice with different sysfs path

2015-05-13 Thread Tomasz Torcz
On Wed, May 13, 2015 at 06:15:24PM +0800, 李炎戌 wrote:
 Hello, everyone!I am a newer to here.Recently, I have a problem.
 Whenever I boot my gentoo linux, it output the infomation like following:
 [   11.428530] systemd[1]: Device 
 dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device appeared 
 twice with dif
 ferent sysfs paths 
 /sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3
  and /sys/devices/pci
 :00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda4
  

  Already ”fixedń in git, see 
http://cgit.freedesktop.org/systemd/systemd/commit/?id=5259bcf6a638d8d489db1ddefd55327aa15f3e51

  This message is harmless and can be ignored.

-- 
Tomasz Torcz   72-|   80-|
xmpp: zdzich...@chrome.pl  72-|   80-|

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] systemd device appeared twice with different sysfs path

2015-05-13 Thread 李炎戌
Hello, everyone!I am a newer to here.Recently, I have a problem.
Whenever I boot my gentoo linux, it output the infomation like following:
[   11.428530] systemd[1]: Device 
dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device appeared twice 
with dif
ferent sysfs paths 
/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3
 and /sys/devices/pci
:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda4  
   
[   13.027629] systemd[1]: Device 
dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device appeared twice 
with dif
ferent sysfs paths 
/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3
 and /sys/devices/pci
:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda6  
   
[   13.085674] systemd[1]: Device 
dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device appeared twice 
with dif
ferent sysfs paths 
/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3
 and /sys/devices/pci
:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda5


And the following is my /etc/fstab.
/dev/sda7/ext4noatime0 1
/dev/sda1/boot/efivfatdefaults0 0
/dev/sda8/homeext4defaults0 0
/dev/sda4/mnt/softwarentfsdefaults0 0
/dev/sda5/mnt/datantfsdefaults0 0
/dev/sda6/mnt/backupntfsdefaults0 0
/dev/sda3/mnt/systemntfsdefaults0 0
The four NTFS partitions are my Windows disk partition.
The followint is my 'lsblk' output.

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda  8:00 931.5G  0 disk  
├─sda1   8:10   200M  0 part /boot/efi
├─sda2   8:20   128M  0 part  
├─sda3   8:30  58.5G  0 part /mnt/system
├─sda4   8:40 195.3G  0 part /mnt/software
├─sda5   8:50 244.1G  0 part /mnt/data
├─sda6   8:60 244.1G  0 part  
├─sda7   8:70  29.3G  0 part /
└─sda8   8:80 159.9G  0 part /home
sr0 11:01  1024M  0 rom

The sda2 partition is a MSR(Microsoft System Recover) partition.
sda1 for EFI partition.
sda2 for MSR partition.
sda3-sda6 fro windows partition.
sda7 for gentoo linux root partition
sda8 for gentoo home partition.

Thank you!
Yours sincerely
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel