2
votes
2answers
43 views

rsync certain files, excluding the rest, ignoring .svn/ directory, recursively

I'm using rsync to copy some files from a share to another. Recursively, I need to: Delete files at destination that were removed from the origin Only sync php and js files Exclude every other file ...
0
votes
1answer
542 views

Networking with Linux and Windows 7 using Samba

I've installed Samba on my Arch Linux, and I wanted to share files with Windows 7 on other PC via local network. I want it to work both ways, i.e. Windows can read and write freely without any ...
1
vote
1answer
295 views

list Windows shared folders (samba) available in the local network? [duplicate]

Possible Duplicate: How to get list of computers similar to what is shown under “Network” in Windows I suspect the services shared by Windows (including shared folders) can ...
2
votes
0answers
240 views

VirtualBox with aMule - How to configure network, port forwarding… properly?

for security reasons I am running aMule inside VirtualBox. Guest and Host systems are Linux (to be more specific Arch 64 distro) Host system has public ip directly connected to internet (no router) ...
2
votes
4answers
1k views

How to remove mounted locations that have been added using the mount command?

I've mounted few shared locations using the below command. mount -t cifs /mnt/systemfolder -o username=name,password=password //10.10.1.1/My-Shared-Folder A few incorrect locations* have been ...
4
votes
2answers
529 views

Network file sharing between Linux and OS X

I want to share a drive/folder over the internet from my Debian machine back home, such that I can mount it on my Macbook when I am on the move. Basically I want to store my music at home and just ...
1
vote
1answer
242 views

How to access shared locations on a windows machine from a linux machine via terminal?

I’ve setup a Virtual CentOS machine and set up a bridged network and static IP so that it can communicate with other Windows machines in the network. Currently, to access any shared directory, I ...
4
votes
2answers
253 views

/mnt Directories Disappearing

I'm trying to mount some smb shares on bootup using fstab on a Kbuntu box. Here are the steps I using to accomplish this: sudo mkdir /mnt/MyShare Then I add this line to my fstab file: ...
5
votes
1answer
847 views

Automatically mount network drive when available

I have a NAT drive, that is accessible via SMB. I have an entry in fstab to mount it at boot. But if the drive is not switched on it is not mounted during boot and I have to manually mount later. (The ...
13
votes
9answers
582 views

Simple file transfer

Given two Linux boxes on a LAN, what's the simplest way to transfer files between them?