Tagged Questions
0
votes
0answers
26 views
Making a windows share mount on unix recover from lost connections
i would like to simply mount a shared windows drive on Linux but make it resilient to network connection failures or some other kind of error that could happen with the connection to the windows ...
3
votes
1answer
273 views
Wrong free space reported for an ext4-formatted 3TB drive
I've just bought a WD elements 3TB external hard drive, formatted it to ext4 and mounted it on raspberry pi (raspbian (fork of debian) with latest kernel and package updates), and I've a problem linux ...
2
votes
1answer
118 views
Mounting samba share from fstab
Currently I have 3 network drives I mount each time i restart my system. The command I use is:
sudo mount -t cifs //192.168.1.8/ARES /media/Ares -o user=USER,password=***
sudo mount -t cifs ...
0
votes
0answers
64 views
Mount samba share from konsole
I have samba share with null password enabled in gui nautilus i can easily access for cp/write/delete by smb://192.168.0.100/homenet with no pass asked, but when i try mount this share with ...
0
votes
1answer
86 views
How can add a samba share as a drive under Win7?
I would like to store the PC Home folder on a server using Samba. I found some information, how can I move the Home folder. I would like to move this folder to a Samba share, on Linux there is the ...
3
votes
1answer
3k views
mount cifs through fstab non readable/writable
I have FreeNAS server and domain-controller with Windows Server 2008.
I use OpenSuse 11.4 and my Windows account have full access to FreeNAS CIFS share.
I can connect through any filemanager with smb ...
0
votes
2answers
126 views
Mounting system directories from network
I was thinking about how to keep write access to my Raspberry Pi's root file system (residing on a SD card) at a minimum. Of course, /var is a primary candidate for being kept somewhere else.
I have ...
0
votes
0answers
277 views
Ubuntu shared folders in other drives not mounting
I have two other Drives in my System, which I have automounting when system startup using FSTAB. And I have installed Samba on my Machine to create shared folders. Then created some shared folders in ...
2
votes
1answer
760 views
OS X Lion working with SMB mounts modifying permissions etc. on mounted server?
I hope this is a Superuser question and not for Server Fault. At work, we use a variety of Linux/Unix boxes. I mount these on my OS X Lion laptop via SMB. I've noticed when I work with files on the ...
2
votes
2answers
176 views
Win7 Mounting network drives depending on network
Is there a way of mounting certain drives with NET USE only when you're connected to certain networks? I use this particular laptop at home and at work. When I am at home and connect to the network ...
4
votes
1answer
3k views
Mount a SMB share's subfolder as a drive in OS X Lion
In Snow Leopard I was able to mount a subfolder of a Samba share directly using a path like the following in the "Connect to Server" Finder dialog:
smb://someserver/someshare/where/i/really/want/togo
...
1
vote
1answer
1k views
mount Command Works, but fstab Version Fails - Samba Issue
I can mount a share with this command:
sudo mount -o username=user,password=pass //192.168.5.227/share /mnt/share
And in my fstab I have this line:
//192.168.5.227/share /mnt/share cifs ...
0
votes
1answer
1k views
How to change mount to grant user write permissions?
I am on TomatoUSB, and using the feature to have a NAS.
The only way I can write to the Samba share is if I force root:
[global]
interfaces = 127.0.0.1, 192.168.1.1/24
bind interfaces only = no
...
1
vote
1answer
552 views
How can I access SMB network shares on-demand from a Mac?
I regularly use samba network file shares on a corporate network from my Mac running Leopard. How can I automount these shares on-demand when I access a representative path via a shell or the Finder?
...
3
votes
1answer
3k views
How to mount via cifs non-unicode samba sever with character set conversion?
in old times of smbfs I use codepage and iocharset options, but cifs does not support codepage. What I can do?
2
votes
1answer
1k views
Mount External Hard Drive on Ubuntu 10.04 Across Network
I'm running Ubuntu 10.04 on two separate machines on a network (Ubuntu machine A and B). I am running some tests with temp files for some other software, installed on Ubuntu machine A. The software ...
2
votes
2answers
5k views
CIFS Share Mount Error
I have a samba share on my Fedora 13 machine. The problem is that on my system if I try to mount the share it failed every time, on all other windows and Linux machines there is no problem.
I used ...
4
votes
1answer
823 views
How to mount remote samba share from local host with multiple groups?
I am using mount.cifs to mount a remote samba share (both client and server are Ubuntu server 8.04) like this:
mount.cifs //sambaserver/samba /mountpath -o ...
0
votes
1answer
1k views
Mount remote samba with sftp:// permissions and group membership
If I mount as remote samba (running on Linux) with Nautilus (sftp://) with a username and
password will the permissions work as if I were on the remote system regardless of the local user name and the ...
1
vote
2answers
708 views
Resolving Linux symlinks mounted via samba on Windows?
This one might be a bit tricky.
I have a samba mount in Windows, mounted from a local Linux devbox. The projects on this mount contain a lot of symlinked directories. They all work fine and look like ...
3
votes
2answers
19k views
Mount a SAMBA share and create symbolic link
I develop web-apps using ubuntu (jaunty) but have a need to work on a site that must be hosted on windows. I've setup virtualbox with a winxp32 installation and shared the entire hard disk. My goal is ...
2
votes
2answers
254 views
On Linux, mounting network drives depending on the network profile
In Linux, is there a way to automatically mount different network filers depending on depending on the network profile?
I have a laptop that moves from place to place and would like to mount or not ...