Hacker News new | ask | show | jobs
by yjftsjthsd-h 2580 days ago
I prefer to use `df -T /path/to/mount`, personally.
1 comments

> I prefer to use `df -T /path/to/mount`, personally.

Why?

Lets me specify a single file system; I don't think `mount` does that (unless I'm blind; possible).
Mount lets you do this as well.

mount -t type device destination_dir

Unless I am missing something in your use case.