![]() |
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 |
| Help changing /etc/vfstab - can't boot | lyonsd | SUN Solaris | 6 | 03-20-2009 06:36 PM |
| question about vfstab | wrapster | Shell Programming and Scripting | 4 | 04-27-2008 09:44 AM |
| mount in vfstab | jess_t03 | SUN Solaris | 1 | 02-25-2008 06:12 AM |
| /etc/vfstab | hcclnoodles | UNIX for Dummies Questions & Answers | 3 | 04-17-2003 06:19 AM |
| /etc/vfstab Field Descriptions | minazk | UNIX for Advanced & Expert Users | 2 | 01-21-2003 04:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
VFSTAB edit
Hello all... I have a Ultra 60 that that is used for connecting a large Xerox printer to the network. This computer takes PDF's and converts them to tiffs and sends them back to a pc
. In order to transfer data back and forth a mount is manually performed on the UNIX box. The mount of course is lost every time a boot or system reset is performed. My question is "how would I enter into the VFSTAB the following mount" mount 10.1.1.10:/c/DigiPath/Decomp /var/spool/decomp So the UNIX box would perform the mount every time the machine is booted... Thanks in advance. |
|
||||
|
It should look something like this:
10.1.1.10:/c/DigiPath/Decomp /var/spool/decomp nfs rw,soft,intr 0 0 Before you reboot, test it by typing `mount /var/spool/decomp` and make sure you don't get any errors(this is assuming that you don't already have it mounted). This should all be in the man page for mount, btw. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|