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

Why?

1 comments

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.