Announcement

Collapse
No announcement yet.

Cannot access windows partition with fstab

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

    Cannot access windows partition with fstab

    Hi,

    I have two windows partitions, one ntfs and one fat, but I can only access the fat one. Could anyone help me, please? My fstab regarding this two partitions:

    /dev/sda1 /home/winc ntfs umask=000,auto,user,noexec,ro 0 0
    /dev/sda2 /home/wind vfat uid=0,gid=0,auto,user,noexec,rw 0 1

    Thanks in advance.

    #2
    Re: Cannot access windows partition with fstab


    What do you mean when you say you can't "access it"?

    It should be mounted and you should be able to read it, as you can see in your fstab, its mounted as read only.

    don

    Comment


      #3
      Re: Cannot access windows partition with fstab

      Thanks for answering.

      Well, actually my problem is that the partition mounted at winc is owned by root and i (my user) cannot even read anything.

      Comment


        #4
        Re: Cannot access windows partition with fstab

        Hi,

        Maybe you can try to change option for these ones :
        user,ro,umask=000,defaults,nls=utf8

        For me it's working great.

        Cheers

        Comment


          #5
          Re: Cannot access windows partition with fstab

          It worked. Thanks a lot.

          Comment

          Working...
          X