0
votes
0answers
24 views

Making checks before rsyncing external drive on OSX

I have the following issue on OSX though I guess this could equally be filed under bash. I have several encrypted portable drives that I use to sync an offsite data store or as an on-the-go data store ...
0
votes
0answers
10 views

How can i mount a disk to a folder? [duplicate]

My downloads folder is getting to big. I want to buy a new harddrive, create a folder on it and mount it to downloads in my home folder. What is the right way to do it? Should I just delete ...
0
votes
1answer
49 views

Mount a disk image as physical USB drive?

I have an certificate manager ("BankID") that allows me to export certificates from its certificate store. However, for some stupid reason it only allows me to export these certificates to USB drives, ...
0
votes
1answer
32 views

how do I reset or clear the list of Volumes?

I am running into this problem when I accidentally remove a USB drive without properly ejecting it or similar and then plug it back in. When my drive is plugged back in it will apear normally, for ...
3
votes
0answers
64 views

“Libraries” (a la Windows 7) on OS X?

There's one feature from Windows 7 that I sort of like (yeah, yeah, I know...) and would like to implement (differently) on OS X. It's what they call "Libraries". It allows you to have the contents ...
1
vote
0answers
254 views

How can I change permissions of mount point of a network resource on Mac OS X 10.6.8 (Snow Leopard)?

I want to give another user permission to a mount point of a network resource. The directory mode is 700 and the owner is, of course, the logged in user who created the mount point. I have programs ...
2
votes
0answers
126 views

Is it a bad practice to mount network/slow shares under `/Volumes`?

I'm using curlftpfs with macfuse to mount some ftp sites through automount. The mount directories for each share is in /Volumes folder. Now iTunes on each startup tries to read ...
1
vote
1answer
925 views

Can't mount AFP and SMB shares through Finder but can manually mount via terminal

I have Mac OS X 10.6.8 on a laptop which cannot mount or connect to any shares, AFP or SMB, through Finder. I can, however, connect through terminal bash commands and is able to mount them this way; ...
0
votes
1answer
323 views

Privent Auto mount a partition on 10.7.4

I made a journaled, Encrypted Partition on 10.7.4 Now every time in startup it asks for the partition password. I would like to unlock and use this partition when ever I want not every time. So I ...
2
votes
5answers
2k views

Mounting a remote SCP or SFTP share on Mac

I use Fuse4X and ForkLift to mount a remote directory (a dev server). I use PHPStorm to open projects and source (/Volumes/dev/project_path), but sometimes it happens that Forklift freezes (in ...
2
votes
1answer
642 views

Why does Lion mount a network volume twice at login?

I just set up a new NAS at home and created a few volumes on it, along with enabling access to those volumes (i.e. enabling the Mac File Service on the NAS), and creating an account for myself. On ...
1
vote
1answer
688 views

Mount a RAM disk on boot

I'm running different applications for development purposes: Apache, MySQL, Tomcat and a couple of other products. I would like to set up the logging verbosity of all applications to debug, but when ...
2
votes
3answers
543 views

Best practices for mounting Linux filesystems on OS X over the Internet

Before I ask my question, an impassioned plea. Please don't let this devolve into a "use the command-line or GTFO" flamewar. Yes, I know about scp and friends. I have a VPS running Ubuntu and I'd ...
1
vote
1answer
352 views

An undefined volume appears out of nowhere?

Today, I noticed another mounted volume on my computer: This volume is the size of my whole hard disk. I can only see it in the iStat widget. I cannot see it in Finder or the Terminal. $diskutil ...
2
votes
2answers
274 views

Mounting a disk as though it were an external disk

Here's the setup: We have a corporate Time Capsule (or series of them, rather) with encrypted backups in the server closet. My Mac currently backs up to that. I've just completed encrypting an ...
3
votes
1answer
302 views

How are filesystems mounted in Lion?

I posted a question a while back regarding network mounts. But I have a more general question. If Lion no longer uses /etc/fstab how are standard mounts in addition to network mounts handled? I would ...
2
votes
2answers
2k views

Is it possible to disable auto mount of external devices?

How can I disable the auto mount of usb/firewire devices or basically any external disk in MacOSX? My motivation for this is that in Windows there have been possible attacks via USB trojans that ...
1
vote
1answer
568 views

How to mount a specific file system on a disk image in OSX?

I have a disk image file containing multiple file systems, such as HFS (Journaled) in addition to Joliet or UDF. I want to mount whatever non-HFS file system is there. First, I attach the image ...
9
votes
1answer
3k views

How are network file system mount paths defined in Lion (apart from Directory Services)?

Checking Directory Services for network file system mounts, i.e. sudo dscl . -list /Mounts and sudo dscl . -readall /Mounts returns nothing, yet the /etc/fstab file is deprecated in Lion. Why is ...
8
votes
2answers
2k views

Can you make OSX mount just certain partitions when you connect an external HDD?

I have an external HDD with 4 partitions. My question is the following: is there a way of telling the OS to mount just two of them (One FAT and one HFS+) when I connect the HDD? It is rather annoying ...
0
votes
0answers
256 views

Hard drive space disappearing after mounting external drive

I have recently purchased a WD Elements SE 1Tb external drive. I have set it up with dual partitions: FAT32 (primary) and HFS+ (secondary). I also have a Macbook Pro 13 running Snow Leopard 10.6.6. I ...
2
votes
5answers
3k views

In OS X 10.6 how do you mount an AFP share at boot or before user login?

Is there a way to mount an AFP share at boot so it is accessible to the system without a user logged in? I would like to run scripts via SSH or as a daemon on boot that check files on my AFP share. ...
4
votes
1answer
680 views

Free software for mounting an FTP share as a writeable folder in Finder

Transmit and Forklift are paid, we can't use finder, macfusion doesn't work... so I'm wondering... Is there any free option left to mount an FTP on finder so that I can write files to it? Maybe using ...
1
vote
3answers
6k views

Mounting cue/bin files

There are many suggestions on the internet on how to use cue/bin files on a Mac. Is there a native way of mounting cue or bin files and seeing them as Volumes in Finder? Alternatively, are there any ...
3
votes
1answer
416 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?
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 ...
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, ...
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 ...
0
votes
1answer
364 views

Automatically open mounted volumes in Path Finder

I may just be missing some simple setting, but if I mount a volume in Path Finder, it never switches to show me the contents of the volume. I have to manually click the volume in the sidebar. Is ...
1
vote
2answers
2k views

Does anyone have any tips or best practices for using NFS mounted directories?

Does anyone have tips for conveniently dealing with a variety of NFS mounted directories in Mac OS X? When I drag them to the sidebar in finder they can't be renamed. When I mounted them using ...