![]() |
|
|
|
|
|||||||
| 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 |
| Cannot umount - device busy | keelba | HP-UX | 2 | 04-11-2008 12:16 PM |
| umount is failing | suntac | SUN Solaris | 3 | 04-06-2007 01:45 AM |
| umount help | andrec | UNIX for Advanced & Expert Users | 4 | 11-21-2003 12:13 PM |
| umount, device busy, but.. | sTorm | UNIX for Dummies Questions & Answers | 10 | 08-20-2002 03:49 AM |
| umount | rod23 | UNIX for Dummies Questions & Answers | 2 | 08-07-2001 03:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
umount error
the program as follow:
mount /dev/fd0135ds18 /mnt cd /mnt touch file1 cat /file2 >/mnt/file1 umount /dev/fd135ds18 when error tell device busy could you tell me the reason? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
the program as follow:
mount /dev/fd0135ds18 /mnt cd /mnt touch file1 cat /file2 >/mnt/file1 !! you are on the mountet directory !! umount /dev/fd135ds18 the program as follow: mount /dev/fd0135ds18 /mnt touch /mnt/file1 cat /file2 >/mnt/file1 umount /dev/fd135ds18 now it should run..... greetings Preßy |
||||
| Google The UNIX and Linux Forums |