Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FI
Posts
0
Comments
415
Joined
2 yr. ago

  • And by the way kids, lets just say he causes a breach in some way, shape, or fashion, this could go from him just trying to get to the internet on his work provided laptop to him facing jail time. Depending on the nature of his work and the data they have, it could be a law that ends up broken and he could face the consequences. None of that is worth it when he could literally buy a new laptop for cheap. I bet it's less than the hourly rate for the lawyer he might need.

  • That would work if you had control over what data they collected. At this point they are collecting data that you don't get to see, and you have no say in what they do with it. I realize people signed up for this, but I think they have also been duped or at least denied the ability to even understand what gets collected. You can't pee into a pool you aren't allowed to even get near.

  • And we CAN make a change but we don’t know how.

    Start with "stop using their software." If they have no data to sell, their company is worthless, but the people you claim care so much won't stop. I have heard so many excuses as to why people "need" social media its maddening, and yet somehow I manage to survive without sites like facebook, etc. I am only on lemmy as an anonymous contributor, and if I feel like things are headed towards where they are with other social media I will drop it like a hot potato. Delete your accounts, and stop giving them data.

  • and I would bet that when they take their laptop home they would not hesitate to boot it up for personal use. And the people working remotely I would wager use it even more.

    Are you willing to bet your job or career on this? If so, proceed. Otherwise, I would heed the multiple warnings given in this thread. But then again, you might just be one of those fuck around and find out types. If so, be sure and drop in here and let us know how well it went.

  • It was a funny comment. If you have limited mobility and can't just leave the house, and I am nearby, I would be happy to help you out. Not gonna dox myself in public but lets start with a general area, central Tx. PM me on here.

  • I think the first time you are trying to mount the drive and not the partition "sudo mount /dev/sdc /mnt" and on the second and third attempt have the sdc1 right, but need to make a folder under mnt to mount the drive onto. Make a folder like 'tempdrive' under /mnt and then try it with this since you said it was an ext4 filesystem. Note, you can name it whatever you want I just picked that as an example:

    cd /mnt

    sudo mkdir tempdrive

    sudo mount /dev/sdc1 /mnt/tempdrive

    If it doesn't recognize the filesystem then use -t

    sudo mount -t ext4 /dev/sdc1 /mnt/tempdrive

    And yes, once you get it down, an fstab entry will make this mount every time, but I would use the uuid in the fstab. I have two mounted on a machine like this in my /etc/fstab:

    UUID="6a95603a-2112-4c4d-ad4d-e146e646a74a" /media/largedrive ext4 auto,nofail,noatime,rw,user 0 0

    UUID="3E31-540B" /media/new4tbdrive exfat auto,nofail,noatime,rw,user 0 0

  • Feel free to complain. I love my steam deck, but this case wasn't free. We all paid for one, we just didn't have the ability to opt out. And yeah, strange design for something they put so much effort into.