A computing concept whereby physical storage devices, or certain datafiles such as disk images are made available to the user so there contents can be accessed.
21
votes
7answers
18k views
How can I mount SFTP/SSH in Finder on OSX Snow Leopard?
My Question is seemingly simple. I need to mount an ssh/sftp volume and make it visible in finder to be able to use it as if it were a local volume (think smb share). I have tried everything I could ...
14
votes
3answers
9k views
How do I disable this message: “the disk was not ejected properly”?
Is there any way to disable the "the disk was not ejected properly" message?
I use a KVM and need to switch between two systems and have a memory stick that is in the KVM. The problem is that it's ...
7
votes
2answers
6k views
How can I get Automator to mount a network volume?
I am writing an Automator "script" that rsyncs media on my 10.6.3 MacBook Pro to my Ubuntu 10.10 HTPC. I can make Automator run my shell script for rsync commands, but I can't make Automator mount the ...
4
votes
0answers
519 views
Disable File System Cache for USB Devices? [duplicate]
Possible Duplicate:
Disable “the disk was not ejected properly” message
When I have a USB Device like a SD Card, USB Drive or external hard drive, I always need to unmount it, ...
4
votes
1answer
2k views
Why does OS X now think I have two partitions on my external USB drive (plus random connection issue)?
I have an external USB drive that I have plugged into a USB hub, which gets unplugged from my computer about once a day. Most of the time I remember to unmount the drive before disconnecting so that ...
3
votes
1answer
412 views
What are the empty home and net drives?
I have two drives on my Mac which are always empty (I've enabled show hidden files in the Finder):
What are these drives for?
6
votes
2answers
7k views
How can I mount an SMB share from the command line?
I would like to mount an SMB network share from the command line (terminal); how would I go about that?
I am using Mac OS X 10.6.4.
3
votes
5answers
3k views
How to run Applescript on Disk mount
I want to run an Applescript when I mount a specific disk. It isn't if the script is located on the disk or not, it should just run when OS X mounts the disk.
I tried to accomplish this with folder ...
0
votes
1answer
101 views
Script to unmount mounted image automatically after some time
I have a sparse image that can be mounted as an encrypted volume.
I want to make sure it doesn't stay mounted once I am done using it.
To get help doing that, I had earlier asked this question, but ...