Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Mount a network computer/drive in unix? Post 70752 by zazzybob on Tuesday 3rd of May 2005 06:13:09 PM
Old 05-03-2005
If you're talking about Unix-Unix, use NFS. If you're talking about Unix-Windows, use Samba (smbclient).

More information as to what you're trying to achieve is required.

Cheers
ZB
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

2. IP Networking

I cant network my computer

I have an Octane2 running IRIX 6.4 . The problem is that the machine is not coming on the network . I have put in all the details perfectly , like IP , netmask , name servers , gateway IP , I tried it on a Mac alongside me but On the IRIX it dosent work . I have no idea wats the prob lem .... (2 Replies)
Discussion started by: Jai
2 Replies

3. UNIX for Dummies Questions & Answers

Connecting an external SCSI drive to a unix computer

I am interested in booting up my unix computer by connecting an external SCSI drive( intergraph) to it. The unix box is also an intergraph computer. Whenever I boot it, it gives me an error that says Drive not ready, Insert Boot Diskette in A. What am I doing wrong? Any input would be... (3 Replies)
Discussion started by: teruotor
3 Replies

4. UNIX for Dummies Questions & Answers

Get files from other computer on the network

I wan't to connect to another computer on the network and get a file. I know the IP and name of the computer and have access to it. I've tried the ssh in xterm and think i've managed to logon to it. the file is in /tmp/ on the host computer. I'm using KDE (2 Replies)
Discussion started by: janbanan
2 Replies

5. UNIX for Dummies Questions & Answers

Mount a windows drive on unix

Hi, I would like to be able to mount windows xp to a unix system, so that I can pull data from windows machine for backup and store it on the unix server. Does anyone know how I can go about mounting the windows drive in unix. Thanks, Eric (4 Replies)
Discussion started by: ejbrever
4 Replies

6. UNIX for Advanced & Expert Users

How to Mount a Unix share drive on Windows

We are trying to mount a Unix share drive on a Windows 2003 server to avoid transfering files accross the network using sftp. I can see shared drives on the Solaris server using the "share" command. How can I mount the drives on my Windows server so that I can read them directly. Do I need... (2 Replies)
Discussion started by: rbdenham
2 Replies

7. SCO

Moving hard drive and SCSI adapter to another computer

OK group, it's been 12 years since I worked with SCO. I need some direction here: SCO Openserver 5.07 I have a server with a bad motherboard. I have moved the SCSI adapter and hard drive to another computer. This new server has different hardware so I must install the chipset drivers for... (1 Reply)
Discussion started by: jscholz
1 Replies

8. UNIX for Dummies Questions & Answers

UNIX System V Mount Floppy Drive

I have recently installed UNIX SysV on an old computer to try and expand my general knowledge of computers. I want to install NASM on it so I can begin working on some assembly language, but I am having trouble accessing the floppy disk with the files I need. I've tried running mount /dev/fd0... (23 Replies)
Discussion started by: BrentBANKS
23 Replies

9. IP Networking

I would like to monitor network traffic for a computer on my network

My son does homework on a school laptop. I was thinking about setting up a gateway on my home network, so that I can monitor web traffic and know if he is doing his homework without standing over his shoulder. Ideally I would like to use the Raspberry Pi Model b that I already have. However, I... (15 Replies)
Discussion started by: gandolf989
15 Replies
Gnome2::VFS::Drive(3pm) 				User Contributed Perl Documentation				   Gnome2::VFS::Drive(3pm)

NAME
Gnome2::VFS::Drive - Container around Gnome2::VFS::Volume HIERARCHY
Glib::Object +----Gnome2::VFS::Drive METHODS
string = $drive->get_activation_uri integer = $a->compare ($b) o $b (Gnome2::VFS::Drive) string = $drive->get_device_path devicetype = $drive->get_device_type string = $drive->get_display_name $drive->eject ($func, $data=undef) o $func (scalar) o $data (scalar) string = $drive->get_hal_udi Since: vfs 2.8 string = $drive->get_icon unsigned = $drive->get_id boolean = $drive->is_connected boolean = $drive->is_mounted boolean = $drive->is_user_visible $drive->mount ($func, $data=undef) o $func (scalar) o $data (scalar) list = $drive->get_mounted_volumes Since: vfs 2.8 boolean = $drive->needs_eject Since: vfs 2.16 $drive->unmount ($func, $data=undef) o $func (scalar) o $data (scalar) SIGNALS
volume-mounted (Gnome2::VFS::Drive, Gnome2::VFS::Volume) volume-pre-unmount (Gnome2::VFS::Drive, Gnome2::VFS::Volume) volume-unmounted (Gnome2::VFS::Drive, Gnome2::VFS::Volume) ENUMS AND FLAGS
enum Gnome2::VFS::DeviceType o 'unknown' / 'GNOME_VFS_DEVICE_TYPE_UNKNOWN' o 'audio-cd' / 'GNOME_VFS_DEVICE_TYPE_AUDIO_CD' o 'video-dvd' / 'GNOME_VFS_DEVICE_TYPE_VIDEO_DVD' o 'harddrive' / 'GNOME_VFS_DEVICE_TYPE_HARDDRIVE' o 'cdrom' / 'GNOME_VFS_DEVICE_TYPE_CDROM' o 'floppy' / 'GNOME_VFS_DEVICE_TYPE_FLOPPY' o 'zip' / 'GNOME_VFS_DEVICE_TYPE_ZIP' o 'jaz' / 'GNOME_VFS_DEVICE_TYPE_JAZ' o 'nfs' / 'GNOME_VFS_DEVICE_TYPE_NFS' o 'autofs' / 'GNOME_VFS_DEVICE_TYPE_AUTOFS' o 'camera' / 'GNOME_VFS_DEVICE_TYPE_CAMERA' o 'memory-stick' / 'GNOME_VFS_DEVICE_TYPE_MEMORY_STICK' o 'smb' / 'GNOME_VFS_DEVICE_TYPE_SMB' o 'apple' / 'GNOME_VFS_DEVICE_TYPE_APPLE' o 'music-player' / 'GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER' o 'windows' / 'GNOME_VFS_DEVICE_TYPE_WINDOWS' o 'loopback' / 'GNOME_VFS_DEVICE_TYPE_LOOPBACK' o 'network' / 'GNOME_VFS_DEVICE_TYPE_NETWORK' SEE ALSO
Gnome2::VFS, Glib::Object COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::VFS for a full notice. perl v5.14.2 2011-11-15 Gnome2::VFS::Drive(3pm)
All times are GMT -4. The time now is 11:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy