- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .: No such device or address
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
05-27-2002 06:44 AM
05-27-2002 06:44 AM
.: No such device or address
Ok, before I go any further, this is a solaris box (don't flame me! 99% I use HPUX!) Anyway, you guys always help me out so quickly, I just wondered if anyone could help on this one... it's not exactly solaris, I guess it could apply to HP?
I have a kinda weird problem, where If I 'cd' into a directory it's ok, but when I do an 'ls' I get:
.: No such device or address
If I do a 'df -k' the directory is mounted on:
/dev/vx/dsk/datadg/oldlogs
and I can 'ls -la' that file and get:
brw------- 1 root root 157,106023 Dec 3 1999 oldlogs
Now we did replace this disk the other day, but I have other directories mounted on /dev/vx/dsk/datadg which are working ok...
thanks!
Nik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 06:56 AM
05-27-2002 06:56 AM
Re: .: No such device or address
Guess that it is marked as mounted but isnt.
Try to unmount and remount.
cd would just go to mountpoint
ls would give . (current directory )
no such device or address0
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:22 AM
05-27-2002 07:22 AM
Re: .: No such device or address
I guess, the directory(filesystem) is not mounted. Do a grep "directory" /etc/fstab to see it's mount source and then run the mount command using that info.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:24 AM
05-27-2002 07:24 AM
Re: .: No such device or address
It's odd that it would appear as such if the rest of the filesystem is okay. Are you certain it's all one filesystem?
What does the /etc/fstab and /etc/mnttab reveal?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:44 AM
05-27-2002 07:44 AM
Re: .: No such device or address
If I try and mount it I get:
vxfs mount: Cannot open /dev/vx/dsk/datadg/oldlogs: No such device or address.
But the device file exists and looks ok? (see above)
Nik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:49 AM
05-27-2002 07:49 AM
Re: .: No such device or address
It doesn't necessarily mean the device files are invalid, but that the device file to hardware liason is.
You should ask on the sun forums, I'm sure you'll get a diagnostic from there.
http://forum.sun.com
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:53 AM
05-27-2002 07:53 AM
Re: .: No such device or address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 09:49 AM
05-27-2002 09:49 AM
Re: .: No such device or address
maybe you check back some day...
Since the output of your "ls -l" shows the file type to be a BLOCK DEVICE this will never work! Somehow somebody has removed the directory "oldlogs" and created (mknod) a block device instead in its place - very nasty idea :-(
"rm" that block device file, "mkdir" the oldlogs dir again, and try again, would be my advice...
HTH,
Wodisch