Sponsored Content
Top Forums UNIX for Dummies Questions & Answers help with network drives and such Post 302106236 by suntac on Wednesday 7th of February 2007 08:42:57 AM
Old 02-07-2007
Quote:
Originally Posted by cneill
Thanks for the advice!

However, for some reason I cannot access the link, to the sevens.edu wiki.

Also I am 100% new to unix/linux and I need step by step (click here, type this, spin around 3 times) directions, and the howto page doesn't quite provide that.

Please find below a copy of the relevant part of the page you could not access....

Linux

You can map a network drive to Storage01 using the smbmount utility. You can run the following command as a regular user:

$ smbmount //storage01/share /path/to/mount -o username=myusername,workgroup=campus,uid=mylocalusername,ip=storage01.stevens.edu

* //storage01/share is the mount location. Replacing 'share' with your domain username will map the network drive to your personal storage space. Please read the article on Storage01 for other possible locations.
* /path/to/mount is the location you want to map/mount the network drive at. You can map it to a mountpoint in your current directory such as 'mnt' by not using any slashes (full pathname is also fine)
* username=myusername - myusername should be replaced with your domain username.
* workgroup=campus - this specifies the domain to check your username and password against, leave it like this
* uid=mylocalusername - mylocalusername should be the name of your linux user (whoami will tell you this if you are unsure). This is the user who owns the directory/mountpoint you are mounting/mapping to.
* ip=storage01.stevens.edu - this specifies an "ip address" (a FQDN in this case) to locate Storage01 by. Leave as-is.

When you run this command, you should see a prompt similar to:

Password:

Type in your domain password and press enter. You will now be able to access the file stored on storage01 at the mountpoint you specified.

Regards,
Johan Louwers.
 

9 More Discussions You Might Find Interesting

1. IP Networking

mapping drives

how can i map a shared network drive? Is there any command to perform mapping? For example if i want to map a shared directory named "wwwroot" in machine "dev001" to my machine's "X" drive, how can it be done?? -Thanks Sakthi. (1 Reply)
Discussion started by: cs_sakthi
1 Replies

2. UNIX for Dummies Questions & Answers

Partioning Drives

I have this 36 GB harddisk which houses the root partition along with a 28 GB partion for the rest of the data. The thing I wish to do is that partition this 28 GB into two partions. I have never partitioned the root disk. I just wanted to know whether is it possible to do when the disk is online... (1 Reply)
Discussion started by: DPAI
1 Replies

3. UNIX for Dummies Questions & Answers

detecting drives

I know that Unix is different from windows in that it needs more manual configuring but how do I get Solaris 8 (Intel version) to recognize my floppy drive and cd-rom?? I mean does it automatically detect the drives at startup and I have to mount them or do I have to create the drives somehow and... (1 Reply)
Discussion started by: eloquent99
1 Replies

4. UNIX for Dummies Questions & Answers

Hard drives

Will some one tell me what this means. "warning: ida 0 <slot 6> : command timed out on dev 1/42 blk 4824290 logical unit=0 blocks=5512102, size 2, cmd=0x20." I'm running SCO 505 on a proliant 1600r. Thnank you in advance. (3 Replies)
Discussion started by: franruiz
3 Replies

5. Shell Programming and Scripting

how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX

hi how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX? thanks (0 Replies)
Discussion started by: nokia1100
0 Replies

6. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

7. UNIX for Advanced & Expert Users

New Drives on Solaris 8

Hi All! I'm running Solaris 8(02/02) on a v880 with 6 internal drives and several SAN drives attached via HBA cards. My questions is this: Can I use devfsadm -C to see new SAN drives without rebooting? Thanks!! (2 Replies)
Discussion started by: bluescreen
2 Replies

8. Emergency UNIX and Linux Support

Using ln -s with NFS across two drives?

Hi I have a server with a large RAID partition on it. The raid partition is split into a few directories which are then shared individually via NFS. Unfortunately the whole array is filling up and I need to do a little bit of juggling till I can upgrade the whole array to new disks. I... (5 Replies)
Discussion started by: Bashingaway
5 Replies

9. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies
FUSEDAV(1)						      General Commands Manual							FUSEDAV(1)

NAME
fusedav - mount WebDAV shares SYNOPSIS
fusedav [-hDL] [-t secs] [-u username] [-p password] [-o options] URL mountpoint DESCRIPTION
fusedav is a userspace filesystem driver that allows you to mount WebDAV shares. This way you can transparently edit and manage files on a remote server. As long as the fusedav process is running, the WebDAV share located at URL is accessible under mountpoint. If username and password are required and you did not specify them on the command line you will be prompted as soon as you are trying to access the mounted share. OPTIONS
-h Show summary of options. -D Enable debug mode. -L Lock the repository during mount. (Not properly supported on all servers, hence not enabled by default.) -t secs Set lock timeout to secs seconds. -u username Use username for authentication if required. -p password Use password for authentication if required. -o options Pass options as additional mount options to FUSE. URL Location of the WebDAV share. mountpoint Local mountpoint of the WebDAV share. AUTHOR
fusedav was written by Lennart Poettering <mzshfrqni (at) 0pointer (dot) de>. This manual page was written by Sebastian Harl <tokkee@debian.org>, for the Debian project (but may be used by others). August 24, 2006 FUSEDAV(1)
All times are GMT -4. The time now is 08:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy