mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 10:04:01 +08:00
793e27df73
fsck.c (device_already_active): Change to use new version of base_device() which now returns dynamically allocated memory. base_device.c (base_device): New version moved from fsck.c which now understands ugly devfs names. (Debian bug #65181) base_device.tst: Test case for base_device.c
17 lines
554 B
Scilab
17 lines
554 B
Scilab
/dev/hda7 /dev/hda
|
|
/dev/sda1 /dev/sda
|
|
/dev/hda /dev/hda
|
|
/dev/sda /dev/sda
|
|
/dev/dsk/hda6 /dev/dsk/hda
|
|
/dev/dsk/sda5 /dev/dsk/sda
|
|
/dev/md4 /dev/md
|
|
/dev/md/4 /dev/md
|
|
/dev/ide/host0/bus1/target2/lun3 /dev/ide/host0/bus1/target2/lun3
|
|
/dev/ide/host0/bus1/target2/lun3/part10 /dev/ide/host0/bus1/target2/lun3
|
|
/dev/ide/host0/bus1/target2/lun3/ /dev/ide/host0/bus1/target2/lun3
|
|
/dev/disks/disk2/part2 /dev/disks/disk2
|
|
/dev/disks/disk2/ /dev/disks/disk2
|
|
/dev/disks/disk2 /dev/disks/disk2
|
|
/dev/discs/disc1/part10 /dev/discs/disc1
|
|
/dev/discs/disc1/ /dev/discs/disc1
|