Announcement

Collapse
No announcement yet.

ntfs volume stopped mounting

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

    [DESKTOP] ntfs volume stopped mounting

    hey!

    i have a weird issue where a removable hard disk stopped mounting with taskbar applet for some reason, it worked ok till now.
    its ntfs formatted ..
    fstab:
    UUID=20744AE54ED684D7 /mnt/liebe ntfs-3g noatime,noauto,uid=zzz,gid=users,fmask=133,dmask=0 22,locale=en_US.UTF-8 0 0

    mounts fine with sudo cli

    and the other drive in screenshot is also ntfs and mounts ok with taskbar applet?
    /mnt/liebe on fs has right permissions

    Click image for larger version

Name:	mounts.png
Views:	1
Size:	19.8 KB
ID:	648805

    where did i go wrong?
    K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

    #2
    if you read your error you will see that you need to be root to mount that device. ( why it works with sudo)

    you need to allow that device to be mounted by users . you can do this by adding the option user to that device in your fstab.

    Originally posted by help.ubuntu.com/community/Fstab
    user - Permit any user to mount the filesystem. This automatically implies noexec, nosuid,nodev unless overridden.
    try this line and see if it works for you

    UUID=20744AE54ED684D7 /mnt/liebe ntfs-3g noatime,noauto,user,uid=zzz,gid=users,fmask=133,dm ask=0 22,locale=en_US.UTF-8 0 0
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      thanks for the suggestion,
      but no dice!
      recompiled ntfs-3g with fuse support from source,
      removed .debs first
      no dice!
      backuped up compiled one and re-installed from
      repos,removed entry from fstab - thats the only thing that works
      i just dont get it that something that worked for months now all of a sudden stopped
      doesnt matter, just means its mounted in a diff place - all good
      Last edited by millusions; Nov 26, 2014, 04:18 PM.
      K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

      Comment


        #4
        omg. now chrome is playing up...BB code is OnSmilies are On[IMG] code is On[VIDEO] code is OnHTML code is Offwhy is HTML code off only on this machine...cant insert images, cant format posts... grrrrrrrrrrrrr
        K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

        Comment


          #5
          Originally posted by millusions View Post
          omg. now chrome is playing up...BB code is OnSmilies are On[IMG] code is On[VIDEO] code is OnHTML code is Offwhy is HTML code off only on this machine...cant insert images, cant format posts... grrrrrrrrrrrrr
          That's normal. We don't allow HTML in forum posts here.

          However, I do think you're having problems with carriage returns...

          Comment


            #6
            Originally posted by millusions View Post
            removed entry from fstab - thats the only thing that works
            One of the main reasons for Device Mounter's existence is to avoid having to create fstab entries. Mounting will just work. To test this, I wiped a spare external drive, created a new partition table, created one partition, and placed an NTFS file system on it. Then I unplugged it, waited a few seconds, and plugged it back in. The Device Notifier dutifully popped out, I opened the drive in Dolphin, and wrote some files. All good. No fstab mucking needed.

            Comment


              #7
              yea. my chrome went a bit spastic there..

              as for the mounting, well, i like to have things mounted in /mnt, its no biggy.
              its just strange that it worked for a long while now and all of a sudden it doest,
              i still think linux is the b0mb he he
              K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

              Comment


                #8
                btw Steve, I do remember your comments on Linux and NTFS security handling, so i thought fstab would handle that better?

                but. its all good. ill see how it goes for now, so far no issues
                K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

                Comment


                  #9
                  Steve, can the udisk rules change the location completely?

                  Something like:

                  ENV{ID_FS_USAGE}=="filesystem", ENV{MY_MOUNT_LOCATION}="1"

                  in /etc/udev/rules.d/99-udisks2.rules and then set the variable somewhere or even just change the system default variable? Just curious.

                  Please Read Me

                  Comment


                    #10
                    Originally posted by oshunluvr View Post
                    Steve, can the udisk rules change the location completely?
                    Seems that's possible, yes. I Googled a bit and saw some guidance. Note that the rules will be different depending on whether you want to use Udisks, as you did (and which Device Notifier uses) or Udev. A Udev example: http://fabianpeter.de/in-a-nutshell/...or-usb-drives/

                    Comment

                    Working...
                    X