Skip to content

Commit 966b845

Browse files
committed
Disk (Haiku): report all partitions
1 parent 8dc4f77 commit 966b845

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/detection/disk/disk_haiku.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ const char* ffDetectDisksImpl(FFDiskOptions* options, FFlist* disks)
1616
fs_info fs;
1717
if (fs_stat_dev(dev, &fs) < -1) continue;
1818

19-
if (!ffStrStartsWith(fs.device_name, "/dev/")) continue; // physical disks only
20-
2119
node_ref node(fs.dev, fs.root);
2220
BDirectory dir(&node);
2321
BPath path(&dir);

0 commit comments

Comments
 (0)