Results 1 to 2 of 2

Thread: mounting partition issue: sometimes rw, ro

  1. #1
    Join Date
    Oct 2006
    Beans
    86

    mounting partition issue: sometimes rw, ro

    Hi, I am working with Kubuntu 18.0.4 LTS, I am having an issue with my Windows 10 partition, this one is mounted automatically by Kubuntu, yet the problem is sometime it is mounted in rw mode and sometimes in ro. This is the entire parameter when it's mounted on rw mode:

    Code:
    fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
    When it is mounted on ro mode, this is the paramater:
    Code:
    fuseblk ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
    To mount this partition I use Dolphin and then one click on the icon related to this partition (device)

    I use /etc/mtab to obtain the mounted mode for the device described above. I've already checked /etc/fstab but I couldn't find any entry for this partition.

    My question is: what is the way to avoid the ro mounted mode for this partition and instead always get rw mode?

    All the best

    Herbert

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,821
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: mounting partition issue: sometimes rw, ro

    There's no entry for this partition in /etc/fstab unless you created one yourself. You need one if you want this partition to mount automatically at boot.

    Normally when you mount the partition using your file manager (I don't use Dolphin, but most should be similar), it will be mounted rw. However, if Windows hasn't cleanly unmounted the filesystem, Linux cannot mount it rw, but may mount it ro instead. So the solution is to make sure Windows always cleanly unmounts the partition when it shuts down. Have you disabled FastStartup in Windows? Windows can switch it back on automatically at updates.

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
  •