General :: Mount Network Folder ?
Mar 5, 2010
How do I mount a folder from different server in the same network? For instance, I have a server named A having IP=192.168.1.1 and a server B having IP=192.168.1.2. I try this command from server A but it does not work. Do I have to install samba in order to mount network folder?
Code:
View 14 Replies
ADVERTISEMENT
Feb 4, 2010
In the linux machine we need to mount a folder names sever under apps folder with the user as steve. Also the steve user should have the permission to create the files in the folder. As of now, its mounted as root user.steve is in list of sudo users.
View 4 Replies
View Related
Sep 13, 2010
I tried to mount a NFS share folder from another subnet. The NFS client on my SUSE 11 server could not detect it. The folder is in a different subnet. Is some one know how to make it work?
View 6 Replies
View Related
Nov 16, 2010
I'm installing things in a new Red Hat server and saw that the /var folder is full (100%). I need this folder to have more space or another kind of solution because this server is going to be used as a print server.
View 7 Replies
View Related
Apr 10, 2011
One of the good points of linux is that is easy to customize the partitioning scheme of the disk and put each directory (/home, /var, etc) in diferent partitions and/or diferent disk. Then we can use diferen file system/configurations for each of them for make them better. xamples:
noatime is a mount option to not write access time on the files. data=writeback is an option to layz write metadata on new files. ext3/4 has journaling that make the partition more secure in case of a crash. bigger blocks make the partition waste more space, but make it faster to read and may become more fragmented. (not sure) Then: What are the best filesystem/configurations for each directory? Note: given the answer of Patches, will only discuss /, /home and /var only.
/var -> It's modified constantly, it write logs, cache, temporal, etc.
/home -> stores important files.
/-> stores everything else (/etc and /usr should be here)
View 1 Replies
View Related
Jun 7, 2011
please help to mount windows storage server 2008 shared drives and folders( without password) to rhel ent server 6 through acl. I want restricted access to those drives and folders.
View 3 Replies
View Related
Dec 23, 2010
The scenario like this. I'm working on Ubuntu 10.10. I've enable samba sharing with full guest access enable. In my office I had another server (CentOS 5.5) installed just for me and I've created a Apache VirtualHost which root document pointed to share folder on my comp
This is my fstab setting
//my ubuntu computer name/sharing/www /media/www cifs context=system_ubject_r:httpd_sys_content_t:s0,username=username,password=******,iocharset=utf8,fi le_mode=0777,dir_mode=0777 0 0
After label the mount folder as httpd_sys_content_t the Apache web server working in correct way (duno much but at least it can index files and excute some php code so) then the troll come in : if some file was created by my ubuntu (personal comp) then the file would be listed in Apache virtualhost correctly.
But if I'm ssh to CentOS server goto /media/www which was mounted to my unbuntu computer. Then type command like $mkdir something Suprising that folder ./something could not be accessed by Apache anymore except I remount by umount and mount it again or "setenforce 0" What is wrong with my system can anyone point me out of this headache
View 1 Replies
View Related
Jun 3, 2011
It is probably a very easy question, but I could not find the right answer on the net so far. What I am trying to do is to set up a network of machines running Ubuntu 11.04. On of these machines will have a folder that needs to be shared with all the other machines. Eventually, this folder should be mounted at startup on the machines that are accessing over the network.
So, what I tried to do was: sudo mount 192.168.37.202:/home/user1/dir1 /home/user2/dir2 -o username=user1,password=password1
dir1 is the folder on machine 192.168.37.202 that should be shared. This is the response that I get:
mount.nfs: an incorrect mount option was specified
So, what am I doing wrong? Do I have to install anything special?
As I said before, eventually I want to have an automatic mount, so I guess that I have to edit /etc/fstab. What does this entry should look like?
View 3 Replies
View Related
May 24, 2011
I was wondering if it were possible to add devices to my computers /dev folder over a network. In linux philosophy, everything is treated as a file, and if I can have my /home/user1 and /home/user2 folders located somewhere on the network, why not the devices in /dev? The idea is that I might control, say, a cd drive in another computer or, a monitor on another computer. Can anyone give me some thoughts on adding devices to my /dev folder over a network? The aim is to make something evil of course! (like a 10 monitor PC)
View 2 Replies
View Related
Feb 11, 2010
I get the following error:
Quote:
Unable to connect to server. Please check your settings and try again.
However at the same time I get a notification pop up on the taskbar that says :
Quote:
Succesfully connected to xxxxxx
sftp://xxxxxx:22/xxxx
View 2 Replies
View Related
Jul 4, 2011
The problem is i have to copy folders from network into the RHEL server. When i am copying i can copy the folders and documents which do not have a sub folder. But the folders with subfolders is not getting copied. How should i do it?
View 6 Replies
View Related
Dec 20, 2010
My situation is that I've got a desktop within my university domain named 'pc1'. There are several other machines in my office as well, e.g., named 'pc2'. Every time, when I want to run some of the codes written by my group, I need to use 'ssh' to connect 'pc2':
Code:
ssh -X pc2.cs.xxx.edu
cd /home/cs/group1
As my machine pc1 is under the same domain as pc2, is there a method to mount '/home/cs/group1' directly? (I've got the user name and password)
Then I can run the codes under '/home/cs/group1' directly on my machine.
I checked 'mount' command, but hasn't got a clue how to do it.
View 3 Replies
View Related
Oct 19, 2010
I want to map a windows shared folder to local directory, but I can't make it writable. I use mount command as following:
mount -t smbfs -o username=kcynice,password=kcynice,user,rw //192.168.1.100/SharedDocs /mnt/WinShare
Yes, this command can mount the network folder successfully, but i can only write it under terminal as root. I googled but got no answer.
So, how to mount it can be write by normal user?
View 5 Replies
View Related
Apr 29, 2010
I've tried to get an opensuse box I have to share a directory via NFS. I've failed each time, but I thought that the third time, I'd enlist some help from the forums, if I could. how do I know that the nfs server and not the client is the problem? Short answer is: I don't! That's why nfs (and many netwrk problems) are laborious, you're troubleshooting needs to take place at both source and desitination. Next question, what do I have set up so far? Well, I did download the nfs server kernel stuff (two months back) and /etc/init.d/nfsserver start seems to get set up OK. No errors and the daemons nfsd, idmapd, mountd area all running. So, I *think* that part is OK. I have the share set up properly in /etc/exportfs and have "exportfs -r" it.
OK, now onto the trickier stuff: the client and iptables. On the client pinging to the nfserver box is perfect, and I have rpcbind running. the reported error is "mount.nfs: mount system call failed" though from experience nfs errors don't mean a whole lot.However, I will go off and check now and see if I need a mountd running on client-side too.Then there's iptables .... ouch, that could be a long and painful trek. I don't see any specific ports being blocked, and it's the iptables that the default v11.2 opensuse came with. I did turn them off and the problem was the same, so whether wishfl thinking or not, I'm hoping it's not an iptables issue.
View 9 Replies
View Related
Apr 7, 2010
Is it possible to use network storage locations as mount points during installation?
cause i want to separate system (ubuntu) with data (personal files).
eg. if i have 5 computers i don't want to recreate /home/david 5 times.
so i want to mount networkdrive/home to /home in local ubuntu server.
so ALL users home folders could be used and maybe also networkdrive/projects to /projects.
in that way its ok if i by accident repartitioned the local ubuntu server cause all data is not there on that server, but in the data server.
is separating "data" from "logic" good in this case?
and is it possible? what protocol should i use for the mapping over internet? (maybe the server is in Sweden, and the data is in Norway).
View 1 Replies
View Related
Jan 25, 2011
I am using CentOS 5.5 OS. I already install ntfs-3g rpm, but I don't know the command to mount network NTFS drive. I also want to mount it on my fstab file, so whenever it reloads, it can automatically mount on the specific folder.
View 9 Replies
View Related
Feb 15, 2010
I can't run the Macrium Ubuntu Recover CD, it just fails for some reason. But I have Kubuntu 9.10 x64 freshly installed.
I was hoping if I could mount the Macrium Ubuntu Recovery ISO as a drive from within Linux it would "play" and allow me to recover my Vista backup.
I followed these instructions: Mount ISO as CD-rom not as a folder
It works, and the Iso is mounted, but I don't know what to do to get the now virtual "CD" in the virtual "drive" to "spin up" ... to "play"... that is, to "boot"... whatever you want to say.
I'm not trying to play a virtual CD or game, I'm trying to recover my Vista backup when I can't boot Vista.
(I'm actually trying this as an option. My Vista is currently running fine, I'm doing it in preparation for when Vista fails to boot next time ... like it did to me about a week ago.)
View 2 Replies
View Related
Sep 4, 2010
Is there a way to mount a folder from another linux machine? The machine I'm mounting is OpenSuSE 11.1 and the other is CentOS 5.5.
View 3 Replies
View Related
Apr 22, 2011
I just sat up an openSSH Server with Samba access and all, but don't think about that.here's my question, and as you read you may understand why I posted this instead of googling it, it's un-google-able.can I mount a regular folder like /media/disk1/random to 2 different places ? and if so here's the tricky part:
1: when I end up in that folder, I don't want the direction path to end up like this: /media/disk1/random IE: so I don't want a link to the other folder, I want the OS to think it's a regular folder (in lames terms)the reason is because I want my openSSH clients to move inside a small space, without jumping all over the place, and be able to use the (...) feature in the SFTP client.(don't think about the permissions their already set.)
2: I don't want it to be a synchronized folder, I want the data to be stored on /media/disk1/randomor else it kind of blows the whole file storage server idea straight out of the window.
View 9 Replies
View Related
Sep 21, 2010
Is there a way to mount a Windows Share into a Linux folder? I'm using OpenSuSE 11.1.
View 4 Replies
View Related
Jul 17, 2010
Trying to mount a encrypted folder using cyptkeeper. i'm getting the following error box.
Quote:
The encrypted folder could not be mounted because the mount point is not empty:
I've tried to mount this folder through another partition and OS without any luck, i got the same message.
View 2 Replies
View Related
Jul 19, 2010
I need to do the following things and googling didn't help much:
1.mount a volume(or windows share, whatever) into a non empty folder
2.both the original content of the folder and the content of the newly mounted volume is accessible
3.updated and newly created files can be written to the mounted volume or the original folder determined by something like a switch at mount time
4.if files with same names exist both in the folder and on the volume, then which file to be presented to the OS is determined by their last modified date/time.
any one can give a walk-through on how to achieve this?
View 5 Replies
View Related
Aug 22, 2010
I mean I have a folder on my root /share and I want to find out how much free space do I have left on the hdd, problem is I have 4 HDD and I don't know if /share is mounted on / or where ..... what is the command line?
View 2 Replies
View Related
Aug 28, 2010
I have a few drives that I would like to mount in my home directory. I know I need to add something like this to my fstab: /dev/hda2 ~/Music ntfs-3g defaults,locale=en_US.utf8 0 0I just don't know how to find the /dev/hda2 part
View 1 Replies
View Related
Sep 23, 2010
I'm following:To automatically mount a folder over ssh..
everything seems ok[I think?!]
It dosent mount on reboot...
if i take 1 line from the file /etc/init.d/sshfs
[code]....
View 1 Replies
View Related
Feb 19, 2011
I am trying to mount the device sdb in the folder /mirror so I issue the command dmd@dolly:/$ sudo mount /dev/sdb mirror. I would now expect to see the contents of sdb in /mirror but instead of mounting in /mirror it is being mounted in /mirror/mirror and the second mirror folder is created during the mount
dmd@dolly:/mirror$ ls - returns no results
I then say dmd@dolly:/$ sudo mount /dev/sdb mirror and look for my mounted files in /mirror and I see this
dmd@dolly:/$ cd mirror
dmd@dolly:/mirror$ ls
lost+found mirror (an additional mirror folder)
mount says
/dev/sdb on /mirror type ext4 (rw)
I'm sure I'm just doing something goofy or otherwise have screwed things up but I've tried this several times with re-boots in the middle and wherever I choose to mount sdb it ends up being mounted one level lower in a folder of the same name.
View 9 Replies
View Related
Apr 15, 2011
Can i mount my home folder in the following way?
/dev/sda5 /
/dev/sdb3 /home/Folder1
/dev/sdb3 /home/Folder2
View 3 Replies
View Related
Oct 1, 2009
I'm running CentOS 5.3 fully upgraded on a test server. I'd like to create a virtual machine, and host the VM files in a shared folder located in another windows server.
I can access this folder usign the graphic browser, but I'm inable to mount it in a local folder.
I tried with mount -t smb //server/folder /localfolder/
View 2 Replies
View Related
Jan 24, 2010
I have a Karmic server install on which I've set up a network drive mapping to a NAS (CIFS). I'm having trouble with automounting the disk though, as (from what I can tell) the disk is attempting to mount before the network is up.dmesg shows the following:
Code:
[ 10.421192] lirc_dev: lirc_register_driver: sample_rate: 0
[ 10.427116] lirc_mceusb[2]: Topseed Technology Corp. eHome Infrared Transceiver on
[code]...
View 2 Replies
View Related
Nov 19, 2009
I wanted to create an encrypted volume that was accessible from F12 and WinXP. Using RealCrypt, I created a volume on a NTFS partition and formatted it as NTFS.
mount point: /home/user1/safe
user dir: /home/user1/safe/folder
When I run:
[root@localhost ~]# realcrypt -t --mount --filesystem=ntfs /mnt/winshare/volume /home/user1/safe
The permissions for "/home/user1/safe" change from 755 to 700 and I am unable to access "/home/user1/safe/folder". Also "home/user1/safe/folder" changes owner and group to root with permissions of 700. My guess is that this is being caused by ntfs-3g, but how to pass on uid options in this example. Is this even doable?
View 14 Replies
View Related