![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mount points are already mounted | biju.mp | UNIX for Dummies Questions & Answers | 1 | 07-18-2008 10:57 AM |
| Cannot unmount mount points?? | genzbeat | HP-UX | 1 | 02-01-2008 05:11 AM |
| NFS Mount Points | davidra | UNIX for Dummies Questions & Answers | 1 | 11-28-2007 04:49 PM |
| pwd Command and NIS mount points | agreenwo | UNIX for Dummies Questions & Answers | 1 | 11-18-2002 01:04 PM |
| mount points | manderson19 | UNIX for Advanced & Expert Users | 3 | 04-29-2002 03:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi
i tried to tar a directory in my server but it show ensufficient space. therefore i tried to save it to a mount point using tar /mountpoint/newfilename file2btar but it gives me permission denied. i am using the root account to do this. is it possible to tar files and put it to mounted directories? or is the command correct? |
|
||||
|
hi
i tried this command "tar cvf /mountpoint/newfilename.tar file2betar" but it return me this msg tar: /mountpoint/newfilesname.tar: Permission denied i tried to tar the files to a mountpoint in another server because there is insufficient space in my server. but it prompted me this error. any way to fix it? |
|
|||||
|
try touching a file in the mounted directory to confirm whether you have write access to it as root user ... if not able, the NFS-mounted directory you are trying to write to has exported the directory without remote root access by default ...
see "man share" and "man -s 1M share_nfs" |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|