MOUNTPOINT(1) Polecenia uzytkownika MOUNTPOINT(1) NAZWA mountpoint - sprawdza czy katalog lub plik jest punktem montowania SKLADNIA mountpoint [-d|-q] katalog|plik mountpoint -x urzadzenie OPIS mountpoint checks whether the given directory or file is a mountpoint. On kernels that support the statmount(2) system call (Linux 6.8 and newer), it uses that interface. On older kernels, it falls back to reading /proc/self/mountinfo. OPCJE -d, --fs-devno Pokazuje numer glowny/poboczny urzadzenia zamontowanego w podanym katalogu. -q, --quiet Tryb cichy - nie wypisuje niczego. --nofollow Nie podaza za dowiazaniem symbolicznym, jesli jest ono ostatnim elementem sciezki katalogu. -x, --devno Pokazuje numer glowny/poboczny danego urzadzenia blokowego na standardowym wyjsciu. --show Print the mountpoint path for the given path. This resolves the given directory or file to its actual mountpoint, which is useful with bind mounts, symlinks, or paths within filesystems. This option requires kernel support for the statmount(2) system call (Linux 6.8 and newer). On older kernels, this option will fail with an error message. -h, --help Wyswietla ten tekst i wychodzi. -V, --version Wyswietla wersje i wychodzi. STATUS ZAKONCZENIA mountpoint ma nastepujace wartosci statusu zakonczenia: 0 sukces; katalog jest punktem montowania lub, w przypadku opcji --devno, urzadzenie jest urzadzeniem blokowym 1 niepowodzenie; nieprawidlowe wywolanie, blad uprawnien lub blad systemu 32 niepowodzenie; katalog nie jest punktem montowania lub, w przypadku opcji --devno, urzadzenie nie jest urzadzeniem blokowym SRODOWISKO LIBMOUNT_DEBUG=all wlacza wyjscie debugowania libmount. UWAGI Implementacja util-linux mountpoint zostala napisana od poczatku do biblioteki libmount. Autorem oryginalnej wersji do zestawu sysvinit byl Miquel van Smoorenburg. AUTORZY Karel Zak ZOBACZ TAKZE mount(8) ZGLASZANIE BLEDOW Problemy nalezy zglaszac w systemie sledzenia bledow . DOSTEPNOSC Polecenie mountpoint jest czescia pakietu util-linux, ktory mozna pobrac ze strony Archiwum jadra Linux . util-linux 2.42.1 2026-05-18 MOUNTPOINT(1)