Y
Hacker News
new
|
ask
|
show
|
jobs
by
vageli
2580 days ago
> I prefer to use `df -T /path/to/mount`, personally.
Why?
1 comments
yjftsjthsd-h
2579 days ago
Lets me specify a single file system; I don't think `mount` does that (unless I'm blind; possible).
link
vageli
2578 days ago
Mount lets you do this as well.
mount -t type device destination_dir
Unless I am missing something in your use case.
link