Home
last modified time | relevance | path

Searched refs:mounted (Results 1 – 25 of 111) sorted by relevance

12345

/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp563 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 Dbe.catkeys36 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 Dhr.catkeys32 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 Dth.catkeys41 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 Dlt.catkeys36 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 Dsk.catkeys36 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 Did.catkeys41 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 Del.catkeys59 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 Dja.catkeys59 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 Dzh_Hans.catkeys59 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 Dru.catkeys59 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 Duk.catkeys59 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 Deo.catkeys46 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 Dko.catkeys59 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 Dnl.catkeys47 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 Dstorageintro.dox11 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 DVolumeRoster.dox88 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 DNodeMonitor.dox28 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 DTODO46 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 Dufs2.rst30 not mounted the usb drive.
H A Duserlandfs.rst60 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 DREADME.md7 usually (in Fedora at least) it will be /usr/libexec/os-probes/mounted/83haiku
/haiku/docs/develop/packages/
H A DInfrastructure.rst39 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 Dunistd.dox23 (mounted in /dev). It allows sending commands to devices that wouldn't fit the usual flow of
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp525 CheckWatchingMessage(bool mounted, dev_t expectedDevice, BTestHandler &handler, in CheckWatchingMessage() argument
536 if (mounted) { in CheckWatchingMessage()

12345