Announcement

Collapse
No announcement yet.

[SOLVED| adding hard drive

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: adding hard drive

    I must have a sick drive or windows may be the problem

    dan@dan:/$ sudo rm -r /media/data
    rm: cannot remove directory `/media/data': Device or resource busy

    Comment


      #17
      Re: adding hard drive

      didn't umount /data
      dan@dan:/$ sudo umount /media/data
      dan@dan:/$ sudo rm -r /media/data
      dan@dan:/$ sudo mkdir /media/data

      Comment


        #18
        Re: adding hard drive

        We'll nurse it back to health

        Of course, it was still mounted, I should have realized. Do a
        Code:
        sudo umount /dev/sda1
        Now try the chmod and chgrp commands again.
        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

        Comment


          #19
          Re: adding hard drive

          Two great minds think alike Bit of cross posting here...
          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment


            #20
            Re: adding hard drive

            I have success, I've written to the drive successfully. I owe you many thanks you were so very helpful; Could you recommend a book on linux or Kubuntu that would be helpful

            With Graitude

            Comment


              #21
              Re: adding hard drive

              I have and still am enjoying the linux cookbook by Carla Schroder. It is not a boring list of commands but a gluttony of recipes. Sort of like: you have a problem? Try this.

              In your case rights was the issue. This will crop up again a few times before you come to grips with it, 'cos it is so alien to a windows brain. Bear in mind those letters I explained to you and who owns a directory and which group it belongs to.

              Once you got that, things will start to make sense a little.

              Anyway, glad you got it sorted

              PS: could you add SOLVED to the subject line of your first post now the issue is closed...
              Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

              Comment


                #22
                Re: adding hard drive

                yes I will

                Comment


                  #23
                  SOLVED Re: adding hard drive

                  MY problem was solved to my great relief

                  Comment


                    #24
                    Re: adding hard drive

                    Re: book

                    "Beginning Ubuntu Linux" by Keir Thomas.

                    I don't read it much any more, but I feel better keeping it nearby.

                    Comment

                    Working...
                    X