Announcement

Collapse
No announcement yet.

automatically mounting usb hard drive

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

    #16
    Re: automatically mounting usb hard drive

    i figured it out. "users" option should be "user."

    Comment


      #17
      Re: automatically mounting usb hard drive

      Do you really want to give everyone full access? Better to give yourself full access only.
      Add the options "uid=1000,gid=1000" to the appropriate entry in your fstab (assuming your UID is 1000).
      For external use only.

      Comment


        #18
        Re: automatically mounting usb hard drive

        I changed mine in the disks and file systems I entered as root and choose modify and then changed it to be owned by my user account

        Comment


          #19
          Re: automatically mounting usb hard drive

          Assuming you have (a) a NTFS-formatted USB drive, (b) the user added to the "fuse" group, and (c) the ntfs-3g package installed, this line in /etc/fstab (with YOUR UUID number) should mount your usb drive if it is plugged in at boot time:

          UUID=A8FC3435FC33FC5E /media/NTFSTICK ntfs-3g nouser,defaults,atime,exec,force 0 2

          Comment


            #20
            Re: automatically mounting usb hard drive

            In my case, all usb sticks work perfect except for a usb hard disk drive. I get the following error "hal-storage-removable-mount-all-options refused uid 1000". What is wrong? How can i automount my disk drive?

            Comment


              #21
              Re: automatically mounting usb hard drive

              How is your USB HD formatted?
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #22
                Re: automatically mounting usb hard drive

                Originally posted by Snowhog
                How is your USB HD formatted?
                It's NTFS

                Comment

                Working...
                X