![]() |
|
|
|
|
|||||||
| 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 command | munnu | UNIX for Advanced & Expert Users | 1 | 01-03-2007 07:10 AM |
| using the mount command to connect to a windows share | cw1972 | UNIX for Dummies Questions & Answers | 1 | 09-30-2003 09:38 AM |
| pwd Command and NIS mount points | agreenwo | UNIX for Dummies Questions & Answers | 1 | 11-18-2002 10:04 AM |
| trying to use mount command | fishman2001 | UNIX for Dummies Questions & Answers | 5 | 09-10-2002 08:43 AM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 10:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mount Command
For this command: mount -F UFS -o rw,remount /usr
mount -F UFS -o ro,remount /usr -- doesn't work for me (read only mode). Frankly speaking, I've only been able to remount for read/write (rw). I've always had to reboot the system for read only (ro) to take effect. Thanks. Last edited by esofthub; 10-11-2006 at 09:22 AM. Reason: -f to -F |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
See the mount_ufs man page - remount option remounts a read-only file system as read-write. The option works ONLY on currently mounted read-only file systems.
|
|
#3
|
|||
|
|||
|
Thanks.
I'll look it over...
|
|||
| Google The UNIX and Linux Forums |