0 Followers
0 Following
2 Posts

Strange behavior when mounting volume on Linux vs Windows

https://lemmy.world/post/41437769

Strange behavior when mounting volume on Linux vs Windows - Lemmy.World

I’m dual-booting my machine right now with CachyOS linux and Windows 10. A have a few VeraCrypt volumes originally created on Windows on an NTFS formatted disk that I’m trying to use and I’m having issues with one in linux. One volume when it’s mounted in VeraCrypt isn’t writable (4.9TB volume) and the other is (3.0TB). Both volumes reside on the same physical disk and in the same directory. The disk they resides on is writable and my user has read, write and execute enabled on both volume files and the mount directory. If I try to copy a file to the 4.9TB volume however I get a message that it’s a read-only file system. Checking the volume properties in Dolphin it shows it’s writable though. Output from mount does suggest it’s mounted read-only though. Here you can see the difference between the two volumes, 1 and 2: veracrypt on /tmp/.veracrypt_aux_mnt1 type fuse.veracrypt (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) /dev/mapper/veracrypt1 on /run/media/veracrypt1 type ntfs (ro,relatime,uid=1000,gid=1000,dmask=0077,fmask=0077,iocharset=utf8) veracrypt on /tmp/.veracrypt_aux_mnt2 type fuse.veracrypt (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) /dev/mapper/veracrypt2 on /run/media/veracrypt2 type exfat (rw,relatime,uid=1000,gid=1000,fmask=0077,dmask=0077,iocharset=utf8,errors=remount-ro) So why exactly is VeraCrypt mounting it “ro” vs “rw” and is there anyway I can change that? Not sure if it matters but I’m using VeraCrypt version 1.26.24 on Linux, whereas on Windows I’m using 1.25.9.

Reoccurring brief DNS outages - where's the problem?

https://lemmy.world/post/37743419

Reoccurring brief DNS outages - where's the problem? - Lemmy.World

Lately my home internet service has been experiencing brief periods of failure and I’m trying to understand what the root problem is and if there’s anything I can do to fix it. I have two piholes running on my home network providing DNS service and blocking. Lately I’ve been encountering brief internet outages, approximately once a day for the last week. Work laptop disconnects from VPN saying no internet and other devices show no internet either. Cable modem doesn’t show it’s lost connection though, and logging into my router it shows it has internet connectivity. Trying to ping a website shows the dns resolution isn’t working. I can ping by IP address but not name. The outage usually resolves itself in approx 5 minutes, sometimes a little longer. My piholes are setup to use Google, Cloudflare and Open DNS for dns service so I’m puzzled how my dns resolution suddenly starts failing. In theory if one’s down, it’ll use the others right? So how am I experiencing a dns outage? Is this a problem with something outside my network or something internal, or is there anything else I should do to diagnose and fix it?