• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle










  • So on windows a drive will not automount the first time, you have to assign a drive letter, which it then remembers. If you skip this its just a drive in the device manager with no mount.

    You can accomplish the same in Linux so the drive automounts on boot with a nofail option so that if it is disconnected from the PC the boot moves on rather than waiting on the drive to become available. But otherwise thr DE will let you mount it instantly.

    This is a non problem. Linux has issues but drive mounting is not one of them.






  • I thought they started blocking that work around.

    Also +1 for describing things like the quotes and preferred username.

    We had a guy doing remote file copy on a Unix system. Hr was given a sample like:

    Scp john@server2:/data/incoming/filename.prt /home/john/files

    He tried 5 times then complained to IT that the system couldn’t find the file to transfer.

    IT realized he wasn’t replacing filename with his filename he just assumed the server new which file he wanted by typing filename. Lol.

    Had a user given instructions to delete log data in C:/users/myusername/logs

    User replies to IT: my system does not have a folder called “myusername”