![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mount point options | Sunguy222 | UNIX for Advanced & Expert Users | 1 | 04-24-2008 03:23 PM |
| ssh with shared mount point | devjxh | SUN Solaris | 4 | 11-30-2007 05:54 AM |
| Recover mount point | here2learn | UNIX for Dummies Questions & Answers | 1 | 11-11-2003 11:33 AM |
| mount point lost | sathiya | UNIX for Advanced & Expert Users | 7 | 10-28-2002 03:58 AM |
| sdX to mount point mapping | marist89 | UNIX for Dummies Questions & Answers | 2 | 10-24-2001 04:06 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
mount point
hi people,
I'm trying to create a mount point, but am having no sucess at all, with the following: mount -F ufs /dev/dsk/diskname /newdirectory but i keep getting - mount-point /newdirectory doesn't exist. What am i doing wrong/missing? Thanks Rc
__________________
Richard Coles |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You'll need to make sure that /newdirectory (i.e., the mountpoint), exists before trying to mount anything on that mountpoint.
Type Code:
mkdir /newdirectory |
||||
| Google The UNIX and Linux Forums |