Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sailmac

macrumors 6502
Original poster
Jan 15, 2008
333
91
Can someone help me understand why

Code:
mount -dvuwo noatime /Volumes/*

is not respecting the * wildcard? Executing it in Terminal results in the command's "usage" info being shown.

Code:
usage: mount [-dfruvw] [-o options] [-t external_type] special node
       mount [-adfruvw] [-t external_type]
       mount [-dfruvw] special | node

If I escape it as

Code:
mount -dvuwo noatime /Volumes/\*

It responds as expected with

Code:
unknown special file or file system *

I also tried using the ? wildcard and it is not recognized either.

This on a Mac Pro running 10.8.5, if it matters.

Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.