- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mount problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 10:32 PM
04-10-2007 10:32 PM
Mount problem
I have a share defined on MS Windows 2K server whose access has been given to a Local User on the same server.
e.g. \\a.b.c.d\XML which is accessible by "swadmin" user.
This share has been mounted on RHEL4AS server for which the entry in /etc/fstab is ---
//a.b.c.d/XML /mnt/xml smbfs credentials=/etc/samba/XML_info,uid=
My credentials file has got following info ---
username=swadmin
password=swadmin
PROBLEM :
=========
The share from Win2K machine gets dismounted/umounted automatically. When I verify what filesystems are currently mounted, it still gives me an entry for the same share but the mount point never shows any file inside it. I have to manually pass on the command to unmount that share and then mount all command to mount all the partitions.
I have verified that Windows user account doesn't get locked at that moment.
What can be the possible reason for this to happen, although I find no reason but if you people can help with this.
Waiting for your expert comments......
If you need any other information from my side, kindly ask me for it.
TIA
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 12:17 AM
04-11-2007 12:17 AM
Re: Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 12:38 AM
04-11-2007 12:38 AM
Re: Mount problem
-----------------------------------------------------------
Apr 9 16:45:30 mlxilgenmigdb kernel: smb_retry: no connection process
Apr 9 16:46:00 mlxilgenmigdb kernel: smb_add_request: request [e2202e80, mid=0] timed out!
Apr 9 16:46:00 mlxilgenmigdb kernel: smb_delete_inode: could not close inode 2
Apr 9 16:46:00 mlxilgenmigdb mount.smbfs[23059]: [2007/04/09 16:46:00, 0] client/smbmount.c:send_fs_socket(410)
Apr 9 16:46:00 mlxilgenmigdb mount.smbfs[23059]: mount.smbfs: entering daemon mode for service \\10.16.168.105\XML, pid=23059
Apr 11 10:21:08 mlxilgenmigdb kernel: SMB connection re-established (-5)
Apr 11 10:53:19 mlxilgenmigdb kernel: smb_retry: no connection process
Apr 11 10:53:49 mlxilgenmigdb kernel: smb_add_request: request [db301e80, mid=0] timed out!
Apr 11 10:53:49 mlxilgenmigdb kernel: smb_delete_inode: could not close inode 2
Apr 11 10:53:49 mlxilgenmigdb mount.smbfs[10243]: [2007/04/11 10:53:49, 0] client/smbmount.c:send_fs_socket(410)
Apr 11 10:53:49 mlxilgenmigdb mount.smbfs[10243]: mount.smbfs: entering daemon mode for service \\10.16.168.105\XML, pid=10243
Apr 11 10:53:50 mlxilgenmigdb kernel: smb_retry: no connection process
Apr 11 10:54:20 mlxilgenmigdb kernel: smb_add_request: request [db301080, mid=0] timed out!
Apr 11 10:54:20 mlxilgenmigdb kernel: smb_delete_inode: could not close inode 2
Apr 11 10:54:20 mlxilgenmigdb mount.smbfs[10252]: [2007/04/11 10:54:20, 0] client/smbmount.c:send_fs_socket(410)
Apr 11 10:54:20 mlxilgenmigdb mount.smbfs[10252]: mount.smbfs: entering daemon mode for service \\10.16.168.105\Upload, pid=10252
-----------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 12:55 AM
04-11-2007 12:55 AM
Re: Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 01:24 AM
04-11-2007 01:24 AM
Re: Mount problem
Here's the information that you requested ---
1) Linux version 2.6.9-34.ELsmp
2) I'm not using SAMBA for this , rather it is being mounted using an entry present in /etc/fstab.
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 01:47 AM
04-11-2007 01:47 AM
Re: Mount problem
# rpm -qa samba*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 02:08 AM
04-11-2007 02:08 AM
Re: Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 02:09 AM
04-11-2007 02:09 AM
Re: Mount problem
[root@mlxilgenmigdb ~]# service smb status
smbd (pid 28978 28975) is running...
nmbd dead but pid file exists
[root@mlxilgenmigdb ~]# rpm -qa samba*
samba-client-3.0.10-1.4E.6
samba-common-3.0.10-1.4E.6
samba-3.0.10-1.4E.6
samba-swat-3.0.10-1.4E.6
[root@mlxilgenmigdb ~]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 02:15 AM
04-11-2007 02:15 AM
Re: Mount problem
Also, I cannot upgrade the OS to RHEL5.
Do we have any other solution by which I can find out why it is happening.....???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 02:30 AM
04-11-2007 02:30 AM
Re: Mount problem
http://mail.linux-sxs.org/pipermail/linux-users/2004-September/058928.html
Not sure if it exactly relates, but it is worth a try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 02:50 AM
04-11-2007 02:50 AM
Re: Mount problem
Seems as if this link is worth.
I've implemented two of the options I found in that thread, so lemme see what happens in the next 2-3 days...will keep watching it.
Thanks a lot..
ATUL