- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Permission on NT filesystem
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
07-09-2002 07:43 AM
07-09-2002 07:43 AM
Permission on NT filesystem
I've create a new directory "/appoggio" and with 777 permission and with km:km owner.
If I execute ll command I see the following output:
drwxrwxrwx 3 km km ....appoggio........
I've execute bdf and i see that filesystem is mounting.
I've mount a NT filesystem on this directory trough the follow command:
cifsmount \\pc_mio\shared /appoggio -U administrator -I 10.10.10.10
I reexecute the ll comand and now i see :
drwxrwxrwx 3 root sys ....appoggio........
I've try to change directory's owner, but nothing happened.
If another user log on the system and go under /appoggio, can't accessing.
If I execute the bdf command I don't see the mounting file system.
can I do.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:58 AM
07-09-2002 07:58 AM
Re: Permission on NT filesystem
# mount -F cifs -o username=administrator \\pc_mio\shared /appoggio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 08:43 AM
07-09-2002 08:43 AM
Re: Permission on NT filesystem
and I've see the follow output:
root / =>mount -F cifs \\pc_mio\shared /appoggio
mount: absolute path name is required for \pc_mioshared
What can I try to do.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 09:19 AM
07-09-2002 09:19 AM
Re: Permission on NT filesystem
# mount -F cifs -o username=administrator
Take a look at these threads too ..
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe5ea911284f5d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0d86dfe5920fd5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 11:09 PM
07-09-2002 11:09 PM
Re: Permission on NT filesystem
mount -F cifs -o username=administrator
The command don't give me an error when I execute, but When I execute bdf I see this error:
NFS access failed for server pc_mio:
RPC: Remote system error
NFS fsstat failed for server pc_mio:
RPC: Remote system error
bdf: /appoggio: I/O error
What can I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 04:44 AM
07-11-2002 04:44 AM
Re: Permission on NT filesystem
For change the permissio I log on the unix machine like the user owner and execute teh cifslogin command.
Now it's possible change the permission.
Thanks