Find the answer to your Linux question:
Results 1 to 7 of 7
Output of my terminal: linuxx86:110$ rm -rf * rm: cannot remove `dttscopeger.dir/.nfs00000000012821280000ec25': Device or resource busy rm: cannot remove `dttscopeger.dir/.nfs00000000015561050000ec26': Device or resource busy rm: cannot remove `dttscopeger.dir/.nfs00000000015561060000ec27': Device or ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    12

    Unable to remove files using rm -rf *

    Output of my terminal:


    linuxx86:110$ rm -rf *
    rm: cannot remove `dttscopeger.dir/.nfs00000000012821280000ec25': Device or resource busy
    rm: cannot remove `dttscopeger.dir/.nfs00000000015561050000ec26': Device or resource busy
    rm: cannot remove `dttscopeger.dir/.nfs00000000015561060000ec27': Device or resource busy
    linuxx86:110$ ls
    dttscopeger.dir

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,096
    Most likely, dttscopeger.dir is a nfs mount
    So you cannout delete it, but have to unmount it first.
    You must always face the curtain with a bow.

  3. #3
    Just Joined! REVEREND_FLIBBLE's Avatar
    Join Date
    Jun 2007
    Posts
    26
    if you're upto it login to root and 777 the permissions, then you can go to town removing stuff

    (can be unrecoverably destructive)

  4. #4
    Just Joined!
    Join Date
    Apr 2010
    Posts
    12
    Quote Originally Posted by REVEREND_FLIBBLE View Post
    if you're upto it login to root and 777 the permissions, then you can go to town removing stuff

    (can be unrecoverably destructive)
    I dont have root password

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which distro/version are you using? Why don't you have password?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jun 2010
    Location
    Mumbai
    Posts
    5
    Quote Originally Posted by lucky10101 View Post
    I dont have root password
    You will not be able to delete the file untill you have permissions for it. But the problem is different in your case. It is not complaining about permission. Its says the resource is busy. Are you sure this is your local filesystem? Just check df -h or mount.

  7. #7
    Just Joined!
    Join Date
    Apr 2010
    Location
    Bangalore, India.
    Posts
    12
    first u shld umount that device and try to delete by sudo command.. hope it ll work..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...