/haiku/src/tests/kits/storage/disk_device/ |
H A D | DiskDeviceTest.cpp | 563 bool mounted = false; in main() local 564 bool supports = diskSystem.SupportsDefragmenting(&mounted); in main() 565 printf(" defragmenting: %d (%d)\n", supports, mounted); in main() 566 supports = diskSystem.SupportsRepairing(true, &mounted); in main() 567 printf(" checking: %d (%d)\n", supports, mounted); in main() 568 supports = diskSystem.SupportsRepairing(false, &mounted); in main() 569 printf(" repairing: %d (%d)\n", supports, mounted); in main() 570 supports = diskSystem.SupportsResizing(&mounted); in main() 571 printf(" resizing: %d (%d)\n", supports, mounted); in main() 574 supports = diskSystem.SupportsMoving(&mounted); in main() [all …]
|
/haiku/data/catalogs/apps/installer/ |
H A D | be.catkeys | 36 The disk can't be mounted. Please choose a different disk. InstallProgress Немагчыма замантаваць д… 47 The partition can't be mounted. Please choose a different partition. InstallProgress Немагчыма зма…
|
H A D | hr.catkeys | 32 The disk can't be mounted. Please choose a different disk. InstallProgress Disk ne može biti monti… 41 The partition can't be mounted. Please choose a different partition. InstallProgress Particija se …
|
H A D | th.catkeys | 41 The disk can't be mounted. Please choose a different disk. InstallProgress ไม่สามารถติดตั้งดิสก์ได… 52 The partition can't be mounted. Please choose a different partition. InstallProgress ไม่สามารถติดต…
|
H A D | lt.catkeys | 36 The disk can't be mounted. Please choose a different disk. InstallProgress Šio disko prijungti neg… 47 The partition can't be mounted. Please choose a different partition. InstallProgress Šio skaidinio…
|
H A D | sk.catkeys | 36 The disk can't be mounted. Please choose a different disk. InstallProgress Disk nie je možné pripo… 47 The partition can't be mounted. Please choose a different partition. InstallProgress Oblasť nie je…
|
H A D | id.catkeys | 41 The disk can't be mounted. Please choose a different disk. InstallProgress Diska tidak dapat dipas… 52 The partition can't be mounted. Please choose a different partition. InstallProgress Partisi tidak…
|
H A D | el.catkeys | 59 The disk can't be mounted. Please choose a different disk. InstallProgress Ο δίσκος δεν μπορεί να … 74 The partition can't be mounted. Please choose a different partition. InstallProgress Η κατάτμηση δ…
|
H A D | ja.catkeys | 59 The disk can't be mounted. Please choose a different disk. InstallProgress このディスクをマウントできません。他のディスク… 74 The partition can't be mounted. Please choose a different partition. InstallProgress このパーティションをマウン…
|
H A D | zh_Hans.catkeys | 59 The disk can't be mounted. Please choose a different disk. InstallProgress 磁盘无法挂载。请选择其他磁盘。 74 The partition can't be mounted. Please choose a different partition. InstallProgress 分区无法挂载。请选择其他分…
|
H A D | ru.catkeys | 59 The disk can't be mounted. Please choose a different disk. InstallProgress Диск не может быть подк… 74 The partition can't be mounted. Please choose a different partition. InstallProgress Раздел не мож…
|
H A D | uk.catkeys | 59 The disk can't be mounted. Please choose a different disk. InstallProgress Диск неможливо підключи… 74 The partition can't be mounted. Please choose a different partition. InstallProgress Розділ не мож…
|
H A D | eo.catkeys | 46 The disk can't be mounted. Please choose a different disk. InstallProgress La disko ne eblas munti… 59 The partition can't be mounted. Please choose a different partition. InstallProgress La subdisko n…
|
H A D | ko.catkeys | 59 The disk can't be mounted. Please choose a different disk. InstallProgress 디스크를 마운트 할 수 없습니다. 다른 디… 74 The partition can't be mounted. Please choose a different partition. InstallProgress 파티션을 마운트 할 수 …
|
H A D | nl.catkeys | 47 The disk can't be mounted. Please choose a different disk. InstallProgress De schijf kan niet betr… 60 The partition can't be mounted. Please choose a different partition. InstallProgress De partitie k…
|
/haiku/docs/user/storage/ |
H A D | storageintro.dox | 11 All the other filesystems are mounted as subdirectories of the root filesystem or further down 14 The booted filesystem (what would be the rootfs in a typical UNIX) is mounted in '/boot'. For
|
H A D | VolumeRoster.dox | 88 Currently, this method looks for the volume that is mounted at "/boot". 107 mounted or unmounted. The format of the notification messages is
|
H A D | NodeMonitor.dox | 28 to be mounted and unmounted, and sends a message when an event occurs. 103 \brief Subscribe to watching for when a volume is mounted or unmounted. 180 mounted.
|
/haiku/src/add-ons/kernel/busses/scsi/usb/ |
H A D | TODO | 46 39) Device mounted than unplugged.It stay mounted but doesn't work and get the garbage in "opened" …
|
/haiku/docs/develop/file_systems/ |
H A D | ufs2.rst | 30 not mounted the usb drive.
|
H A D | userlandfs.rst | 60 when a filesystem of the corresponding type is being mounted. 83 are debugging something in userlandfs_server, all calls to the filesystem mounted through it will
|
/haiku/3rdparty/os_probe/ |
H A D | README.md | 7 usually (in Fedora at least) it will be /usr/libexec/os-probes/mounted/83haiku
|
/haiku/docs/develop/packages/ |
H A D | Infrastructure.rst | 39 At both main installation locations a packagefs instance is mounted. Each 47 volume. Normally a file system mounted at a directory would completely hide 89 "packages/administrative/activated-packages". When being mounted packagefs, 123 already mounted packagefs instances (likely the "/boot/home/config" one) shows 125 the mounted directory to be opened or the application to be started when such a 150 "/boot/system" packagefs being mounted. As a consequence these constraints have
|
/haiku/docs/user/posix/ |
H A D | unistd.dox | 23 (mounted in /dev). It allows sending commands to devices that wouldn't fit the usual flow of
|
/haiku/src/tests/kits/storage/ |
H A D | VolumeTest.cpp | 525 CheckWatchingMessage(bool mounted, dev_t expectedDevice, BTestHandler &handler, in CheckWatchingMessage() argument 536 if (mounted) { in CheckWatchingMessage()
|