General :: Mounting A Local Windows CD Drive To A Remote System?

Jan 31, 2010

The situation is say all I have is a windows machine and I remotely connected via ssh to a Linux machine. Is there a way I can mount my local CD-rom on the remote Linux machine?

View 5 Replies


ADVERTISEMENT

General :: Copy And Paste Between Local System And The Remote System When Using Rdesktop?

Dec 22, 2010

On Linux I do:

rdesktop remotepc

How do I copy and paste between my local system and the remote system?

View 1 Replies View Related

General :: FTP From Remote Host To Local System?

Sep 27, 2010

I'm using Windows XP. I'm connecting to a UNIX box using putty SHH(ksh). Now I want to copy a text file present in remote host to my local system.

View 5 Replies View Related

General :: Setup Rsync To Backup A Remote Directory To Local Drive?

May 24, 2010

I'm trying to setup rsync to backup a remote directory to my local drive.

I cd to the directory that I want to pull the files to, then I enter:

rsync -vrtW account@remote.com:~/public_html

I enter the password then it starts running. I get all the files listed, but none of them actually transfer. What am I missing?

View 1 Replies View Related

General :: Make User In Remote LDAP Server To Be Used To Authenticate Local System?

May 13, 2010

How can I make the user in remote LDAP server to be used to authenticate Local Linux server ?

View 5 Replies View Related

General :: Mounting Windows Drive Automatically In Ubuntu?

Mar 16, 2011

I have dual boot on my laptop. First OS is Windows XP and second is Ubuntu 10.10.

When I click on places menu in Ubuntu, I can access Windowz XP Drives.

If I access some pdf file or document while in Ubuntu which is in Windows XP Drive, then it will come in Recent Document in Places menu.

Now I restart Ubuntu and click on Recent Documents and click on the document which I accessed in last session ( before restart ).

It says Unable to Open Document.

Then I click Places again and access my Windows XP drive. Then again I click Recent Document and click on document, I am able to open the document.

My guess is this happens because my windows drives are not mounted automatically when I start Ubuntu. How can I mount Windows drive automatically when I start Ubuntu.

View 2 Replies View Related

Software :: Verify Directory On Remote System Available To Local System

May 5, 2009

The code listed below is an excerpt from a script that I am writing. The goal is to verify that a directory on a remote server is available to the local system. If that is not the case, a log file is written, and all filesystems that were previous unmounted, are remounted on the local system.

Code:
# # Unmount all NFS mounts prior to the archive process.
umount -a -t nfs
# Mount the remote directory (NFS) prior to running the make_net_recovery script.
# Make sure there is a <remote server> folder located in the /mnt directory. If it is
# not already there, create one.
mount <remote server>:/<local system> /mnt/<remote server>

# Verify the remote directory (NFS) is available. This directory is needed
# as it is the destination for the iso images. If it is not available, stop
# here, and write the results to a log file.
df |grep <remote server> > /dev/null
RC=$?
echo $RC

if [ ${RC} -eq 0 ]
then
echo successful
else
echo not successful >> /tmp/make_net_backup.log && mount -a
exit
fi
Is the syntax shown above correct?

View 1 Replies View Related

Ubuntu :: Thin Clients Not Mounting Local Hard Drive?

Dec 19, 2010

I'm running LTSP on 11.04. The clients boot fine and will recognise the local CD and local USB drives but it doesn't mount the HD?

View 1 Replies View Related

Fedora Networking :: Mounting Remote Drive On Startup

Nov 16, 2010

I want to mount a remote drive on bootup. I'm using FC14 and remote machine is FreeBSD. I've written a shell script to mount it. The script contains only one line:
Code:
mount 192.168.1.33:/home/user7 /media/mc33

I've to run this script from superuser mode to mount the file system(it works). So to mount it at bootup, I added the shell script to my PATH (/home/me/bin) and added it to Menu->System->Preferences->Startup Applications. Well this doesn't work because the root privileges are not present. I tried fixing it by giving root privileges to my shell script
Code:
#chmod +s mount-mc33
but it made no difference.

View 8 Replies View Related

Server :: Mounting Remote (NFS) Drive - Adding To Fstab

Oct 25, 2010

From a Fedora 9 server (I think!) I'm trying to mount an nfs drive from a Mac Server. You see, a couple weeks back this was working fine but now there seems to be a problem. I've tried using the mount command and found the following line in the /etc/fstab doc...

Code:
<IP ADDRESS>:/remote/nfs/directory /directory/to/mount/on nfs defaults 0 0
It was commented so I uncommented it, hoping this would be a quick and easy resolution =). Anyway, it didn't work and when I run mount -av the server timesout. So on the Mac Server, I enabled Samba sharing preferences and tried adding this to fstab,

Code:
<IP ADDRESS>:/remote/nfs/directory /directory/to/mount/on cifs username=name,password=password 0 0
When I run mount -a it hangs. I guess I'm doing everything totally wrong. I can SSH into the MAC Server and use tar, rsync etc with no problem. But I really need this drive to mount as it once use to. It's been suggested to me that the NFS or networking module on the Linux box might be broken.

View 2 Replies View Related

Ubuntu Servers :: Disc Mirroring Between Local And Remote File System

Nov 5, 2010

Is there any software that will do full mirroring between a local and a remote file system. I have a server (9.04) and a laptop (9.10). Each user has shared a shared directory on the server, and on the laptop. Updates to files may be done on either system. I want to keep both copies syncronised. Currently I use a script based on rsync (scheduled by cron) to keep the local and remote copies in sync.

The problem with this approach is that rsync only seems to be able to handle deletion of files if one file system is the master, which is not the case in my set-up. If I move a file to a different directory, rsync will reinstate the old file as well as copying the new one. I was hoping there was some software that could do proper mirroring between the 2 systems, but6 so far I cannot find anything.

View 3 Replies View Related

OpenSUSE :: Mount A Remote Windows Partition Onto Local Host Through Rdesktop?

Mar 26, 2011

basically i am able to connect to my other windows machine using rdesktop I want to be able to mount the window machine's partition (particularly my media folder cusermyaccountVideo) i know rdesktop ipaddr -r disk: blah blah blah mounts the partition onto the local machine however, i cant figure out what the specific commands are i tried followings but with no luck

Code:
rdesktop ipaddr -u username -p password -r :c=mntmntpoint
rdesktop ipaddr -u username -p password -r :c=mntmntpoint
rdesktop ipaddr -u username -p password -r :cmyaccountVideo=mntmntpoint

all these commands didnt work do anyone know how to do this? i thikn there must be a way

PS: no luck with smbfs as my machines arent on the same lan network (not sure if samba can connect remotely)

View 7 Replies View Related

Ubuntu :: Mounting Second Drive Within File System?

Jun 9, 2011

I have two hard drives in my desktop, a 250GB and 500GB.

The first drive has the swap and / the second drive is just sat there having to be mounted before use. I have a half remembered thought that the second drive could be given a mount point within the file system. I have often partitioned drives so that / is septate to /home but not over different phisical drives. I wouldn't want the 500GB to be /home because a large chunk of the 250GB would not normally be used.

What I would like is to have the first drive set 20GB / the rest to /home. Then the 500GB set to /home/data so it would apear within the home directory or even better /home/user/data as I'm the only user of the computer.

View 7 Replies View Related

Red Hat / Fedora :: Mounting A Windows Shared Drive?

Mar 30, 2010

mounting a windows shared drive!

Some info:
[vortexbox.localdomain ~]# uname -r
2.6.30.10-105.2.23.fc11.i686.PAE
[vortexbox.localdomain ~]# smbclient -L jsvaio -U guest

[Code]....

View 6 Replies View Related

Security :: Need Remote System Hardening GUI Tool / Possible To Use It Windows System?

Jan 20, 2011

Which is the best remote linux hardening GUI tool.Is it possible to use that tool from windows system?

View 8 Replies View Related

Ubuntu :: Mounting SATA Drive That Has Windows On It Under Xubuntu

Apr 29, 2010

I'm trying to mount my SATA drive that has Windows on it under Xubuntu, it's NTFS formatted, I tried adding it to fstab, I know the /dev points are right I checked with sudo lshw -C disk and with fdisk -l, the drive is partitioned 3 ways 1 for Win7, one for Win7's system info partition or whatever, and 1 for documents, but when I try mounting with mount -a with /dev/sda1 (which is where the windows partition should be) I get this:

[Code]...

View 3 Replies View Related

Ubuntu :: Mounting NTFS Drive After Windows Failure?

Feb 1, 2011

I've been working for a while to help a friend re-activate her system after a Windows crash. I tried every way I could to restore Windows, but the system is thoroughly bollixed. The data is still there on the disk, and you can read/write if you boot off of external media. I backed up her data that way.

Details if you need them, but for now suffice it to say that I finally got her up and running by installing Xubuntu Lucid in a dual-boot setup. However Xubuntu isn't automatically recognizing and mounting the NTFS partition the way I would expect it to. I had her run a few commands in the terminal, and here's what she got.

Output from sudo fdisk -l:

Code:
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code]....

Ordinarily I'd use mkdir then mount to solve this. But I'd like to check a few things before I go and do that.

First, as I understand it if a Windows instance is not shut down properly it can make it difficult for Linux to mount the partition. The usual solution is simply to reboot Windows and then shut down properly, but that's impossible in this case. Will that affect the mkdir/mount solution?

Second, the fact that /dev/sda1 doesn't even show up in fstab causes me some concern. Would that be a problem for mkdir/mount?

And third, how to I set it up so the NTFS partition mounts automatically?

View 7 Replies View Related

General :: Windows - Install 2 Operating System In One Drive?

Oct 7, 2010

Windows XP is installed in my C drive. Can I install an another fresh copy of Windows XP or Linux or Windows 7 in same C drive without formatting the previous one?

View 4 Replies View Related

CentOS 5 :: Mounting Windows File System?

Jun 2, 2009

I have a dual boot system (CentOS and Windows XP Pro). The computer has 2 disks with the operating systems on sda. My data files are on the 2nd disk (sdb I think). I would like to be able to access the data files on sdb from CentOS. I tried issuing the Linux command:mount -oro -t ntfs /dev/sdb1 /mnt/winbut CentOS tells me that ntfs is not a file system it recognizes. Even if I leave out the -t ntfs I get the same message. Any ideas on how I can get access to the Windows files while in the CentOS boot?. I got the idea for the above mount command from the book: Fedora 10 and Red Hat Enterprise Linux Bible byCristopher Negus.

View 4 Replies View Related

General :: Why Can't 'scp' From Remote To Local Host

May 31, 2011

I am having difficulty sending files from a remote machine to local one using

Code:
scp
. It is working the other way however. local > remote. I am using the verbose options

[code]....

View 3 Replies View Related

General :: Vfat File System On Usb-drive For Windows Compatibility

Aug 24, 2010

I've just formatted by usb drive to vfat, as I heard that is best to use in both Linux and Windows? What do you think?

View 2 Replies View Related

Networking :: Does The Command "telnet" Works When Remote And Local Are Different Operating System?

Feb 12, 2009

Is it possible to log into a remote windows computer from my local linux computer and vice-versa using the "telnet" command?

View 2 Replies View Related

General :: Ubuntu - Mounting Remote Hard Disk?

Apr 9, 2011

I have a machine running Ubuntu 10.04. I have a VPS (virtual private server) also running Ubuntu Linux. The VPS has a dedicated IP.

I want to have a setup, so that the directories on the VPS are accessible on my HOME PC like a mounted drive.

That is I should be able to do things like edit files on the VPS and copy/move files from/to my home PC to the VPS, as if the VPS was mounted on my box.

View 2 Replies View Related

General :: Redirect Output From Remote To Local?

Mar 29, 2011

I'm doing some commands on a remote server (using ssh to log on to the remote server, did a ssh key swap), how do i redirect the output of a command back to the local server ?the person who helps me out is my HERO i'm really stuck on this and it would bring me a lot further if i get this to work

View 14 Replies View Related

General :: Get Files In Windows From Partly Formatted SATA Drive (system)?

Mar 16, 2011

I have purchased a DLink Sharecenter Pulse NAS as my PC failed. I wanted to put the two SATA drives in and extract the data before formatting to use as JBOD or RAID. However, before I managed to access my data, the setup software started formatting the drives. I switched it off immediately.

Purchased a SATA to USB2 lead and connected to my work laptop but I cannot see the drive(s). Used Partition Magic and each drive has 3 partitions - of which show about 74GB as used and 2 x 512MB as not. Looks like the drives have been partly set for Linux but the format was not comlete. Have tried to use explore2fs to read them but I cannot access the 74 GB partition only one of the 512MB partitions.

I'm a bit stuck now - any one got any ideas how I can get my files off the 74GB partition before I put them back in the NAS to format.

View 1 Replies View Related

Software :: Using Updatedb To Catalog Remote Windows Drive?

Apr 16, 2010

I've used updatedb to catalog a remote XP drive as follows:

Code:
sudo mkdir /mnt/xpcdrive
sudo mount //winxp/c$ /mnt/xpcdrive -o username=administrator,password=mypassword

[code]...

View 2 Replies View Related

General :: Sync Local And Remote Directories Using Rsync?

Jul 14, 2010

I have two linux box that i would like to keep in sync. I see option -avz syncs the remote with local but new local files are not pushed.

View 2 Replies View Related

General :: Transfer File From Local Mac To Remote Machine

Aug 12, 2010

How do you transfer a file from a local Mac to a remote Linux machine

View 5 Replies View Related

General :: Transfer Files From Remote To Local Machine Using SSH?

Jun 28, 2011

I have a Ubuntu server hosted on Amazon EC2. I need to create an automated backup scheme so I created another Ubuntu instance on my local network which is hosted in a virtual environment. I managed to transfer the necessary files between 2 machines on the same network using the rsync command:

rsync -azvv -e ssh /home/path/folder1/ remoteuser@remotehost.remotedomain:/home/path/folder2

How can I do the same thing but transferring files from my Amazon server to my local server? Is there a way I can achieve this with port forwarding, or by VPN, or anything else? It doesn't have to be rsync. If you know about a better method, kindly let me know.

View 2 Replies View Related

General :: Ssh Login Without Password From Local To Remote And Further To Another Remove?

Apr 15, 2011

I know I can ssh login without password from a local to a remote. My question is how I can ssh without password from the remote to another remote. Say, I have three machines: A, B, C where A is the local machine. I use the same private/public key pair for all the login. What I can do are:

1. ssh from A to B.

2. ssh from A to C.

3. If I am sitting in the computer B (or B is local), then I can ssh from B to C.

What I am not able to do is:

After I ssh from A to B, I cannot ssh from the B to C. When I try to ssh from B to C, it asks me a passphrase.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved