Tagged Questions
0
votes
1answer
195 views
Mount SMB share without 2GB filesize limit on OSX Lion
I want to mount a network attached drive onto OSX Lion with Samba.
Usually I do this in Finder with "Go>Connect to Server" and type "smb://192.xxx.xx.xxx" in the Server Adress field, however doing ...
2
votes
0answers
158 views
is it possible to directly mount a subdirectory of a smb path?
I am new to osx but am very experienced with Linux and Windows. I need to mount a subdirectory of a shared drive so the user can access it without being confused by seeing higher levels in the smb ...
0
votes
1answer
239 views
Can you change the name of a network drive?
I have a couple of network shares which all have the same name on different servers and I'd like to change the label of the mounted disk to tell me which server its on.
Can mounted network drives be ...
2
votes
0answers
2k views
How do I auto-mount a SMB share on OS X 10.8? [duplicate]
How do I auto-mount a SMB share on OS X ?
I know how to mount it using GUI: Cmd-K on Finder but I want a solution that would restore them after reboot/relogin.
This questions applies to latest OS X, ...
1
vote
1answer
282 views
Mount a samba drive, with password from keychain
I have a problem with Jettison, that tries to remount a samba drive, that is protected by a password.
It uses the following command line:
/sbin/mount_smbfs //[user]@[server]/work /Volumes/work
Of ...
1
vote
1answer
973 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;
...
1
vote
1answer
445 views
How do I mount an Windows SMB server as a writeable volume on Lion?
When trying to mount an Windows file service over SMB (Samba) in Lion I get the following error when trying to write:
% touch testfile.txt
touch: testfile.txt: Read-only file system
...