Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

mount
Смонтировать файловые системы

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  mount [-afFrsvw] [-t TYPE] [-o OPTION,] [[DEVICE] DIR]


Mount new filesystem(s) on directories. With no arguments, display existing
mounts.

  • -a Mount all entries in /etc/fstab (with -t, only entries of that TYPE)

  • -O Only mount -a entries that have this option

  • -f Fake it (don't actually mount)

  • -r Read only (same as -o ro)

  • -w Read/write (default, same as -o rw)

  • -t Specify filesystem type

  • -v Verbose OPTIONS is a comma separated list of options, which can also be supplied as --longopts. Autodetects loopback mounts (a file on a directory) and bind mounts (file on file, directory on directory), so you don't need to say --bind or --loop. You can also "mount -a /path" to mount everything in /etc/fstab under /path, even if it's noauto. DEVICE starting with UUID= is identified by blkid -U.
  • [ ToyBox ]     Man Linux: [ Ссылка 1 ] [ Ссылка 2 ]