Thread
:
Help accessing external drive
View Single Post
#
2
April 18th, 2007, 11:27 AM
simbalala
Registered User
Join Date: Jul 2005
Posts: 896
Thanks: 0
Thanked 5 Times in 5 Posts
You need to escape the space
Not: ls -f Macintosh HD
but: ls -f Macintosh\ HD
The backslash tells the system to accept the space as a literal character. Or you can use quotes
ls -f "Macintosh HD"
simbalala
View Public Profile
Send a private message to simbalala
Find all posts by simbalala