Results 1 to 3 of 3

Thread: Problems with writing files

  1. #1
    Join Date
    May 2019
    Beans
    1

    Exclamation Problems with writing files

    Hola, necesito ayuda general. Tengo instalado en mi laptop Windows 10 y Kubuntu 18.04, el caso es que muchas veces cuando inicio en Kubuntu no me permite modificar los archivos de la particion en la que tengo los datos personales. Este tiene sistema de archivo ntfs, y la particion de kubuntu esta en ext4. Si alguien tiene alguna idea, por favor ayudenme.

    Hi, i need general help. I have dual-boot in mi laptop, Windows 10 and Kubuntu 18.04, the problem is, many times, when I boot with Kubuntu, it's unable to write into the data partition(NTFS). Kubuntu partition is Ext4. If anyone has any ideas, please help me.
    Last edited by jangel98; May 8th, 2019 at 01:16 AM.

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Problems with writing files

    You have posted in an English only sub-forum, so please post in English in the future, if you want to post in your native language please locate the appropriate sub-forum.

    Thanks!

  3. #3
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Problems with writing files

    For NTFS storage, permissions are controlled by mount options. These forums have many example mount commands for NTFS or you can use the fstab file, which will also need those permissions.
    https://help.ubuntu.com/community/Mo...dowsPartitions

    After the NTFS is mounted, there is nothing that can be done. chown and chmod do not work.

    Under Windows, I've heard there are special drivers to access ext2/3 partitions, but have never used those.

    This issue comes up all the time, so there should be solutions posted all over the internet in pretty much every language.

    This is how I do it - the variables need to either be set or replaced by what makes sense for your system. The mount location, i.e. directory, needs to exist.
    Code:
    $ sudo mount -t ntfs -o uid=$UID,gid=$GID LABEL=$LABEL8 /mnt/$LABEL8

Tags for this Thread

Bookmarks

Posting Permissions

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