Networking Forums

Networking Forums > Computer Networking > Linux Networking > mount my own windows directory on a file server to my FC6 linuxcomputer

Reply
Thread Tools Display Modes

mount my own windows directory on a file server to my FC6 linuxcomputer

 
 
powah
Guest
Posts: n/a

 
      12-10-2008, 02:38 PM
I want to mount my own windows directory on a server to my FC6 linux
computer.

My own windows directory on a server displayed in the windows explorer
is like this:
powah on 'server1file001\users' (U: )

server1file001 IP address is 172.20.10.30.
Mounting //172.20.10.30/Users is ok.
# mount.cifs //172.20.10.30/Users /home/powah/server1file001 -o
username=DOMAIN1/powah,password=zaqwoJ13!

# ls -ld /home/powah/server1file001/powah
drwxrwxrwx 1 root root 0 Dec 9 14:21 /home/powah/server1file001/powah

# umount /home/powah/ott1file001

Mounting //172.20.10.30/Users/powah fails.
How to mount //172.20.10.30/Users/powah?

# mount.cifs //172.20.10.30/Users/powah /home/powah/server1file001 -o
username=DOMAIN1/powah,password=zaqwoJ13!
retrying with upper case share name
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
Cant mount a directory on NFS server varin312@gmail.com Linux Networking 0 01-10-2008 04:56 PM
Windows 2003 Active Directory and Windows NT/2000 Workgroup Server =?Utf-8?B?RlAgRnJ1c3RyYXRlZA==?= Windows Networking 1 03-20-2005 10:12 PM
How can I mount one machie's directory from second machine Santa Linux Networking 1 06-20-2004 12:51 AM
Unable to access Windows 2003 file server in a Windows 2003/XP Active Directory Domain Edward Ray Windows Networking 0 11-21-2003 03:03 AM



1 2 3 4 5 6 7 8 9 10 11