Can't copy file to a specific folder on HDD #mount #copy

https://askubuntu.com/q/1564902/612

Can't copy file to a specific folder on HDD

I can't copy file to specific folder, but I can copy the file to the drive elsewhere. file is video, plays without issue on vlc. Drives are set to auto mount at startup the error is: error while co...

Ask Ubuntu

Es gibt Neuigkeiten zum Mount für über den Code an den Litfaßsäulen.

Die Seite ist gerade bis zum 17.3. 13 Uhr gesperrt. Dann gibt es laut letzter Aussage wirklich nur 3k Mounts.

Aber Blizz hat sich schon gemeldet, das Mount wird in den Handelsposten kommen.

#wow #mount #Pringles #blizzard

System doesn't recognize external hard drive (LaCie) but there is a LaCie file in home that says I am not the owner #permissions #mount #harddrive #root

https://askubuntu.com/q/1564837/612

System doesn't recognize external hard drive (LaCie) but there is a LaCie file in home that says I am not the owner

I am very new to Ubuntu and really don't understand much of how this all works, so I apologize if this is a stupid question. I used to be able to back up my files to my external hard drive, but the...

Ask Ubuntu
#MissKittyPolitics #Jersey is not as dirty as it thinks it is. LOL - 4. #NewJersey New Jersey’s legal leverage stems from the #Mount #Laurel doctrine, derived from the state #constitution’s "general welfare" clause. The #New #Jersey #Supreme #Court held that municipalities have a constitutional ...
Damals, als noch vernünftige Dokumentation geschrieben wurde.
#man #mount

@rootsandcalluses use mount in a terminal. Not sure if you use the commamd line but it is not a scary as some think it is. #arch #mount #encrypted

"mount -t <filesytem type> /dev/<my device> /mnt"

But it depends on what encryption technique is used. Whole disc may mean decrypting first. Good luck.

Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.

I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).

i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.

This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.

Gonna have to dig to see what else I can find.

#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount

Does Firing Up vLLM Models for Local Inference Take Up Disk Space in the Root Mount Point? #partitioning #mount #docker #container

https://askubuntu.com/q/1564720/612

Does Firing Up vLLM Models for Local Inference Take Up Disk Space in the Root Mount Point?

I am trying to learn vLLM with local inference, on my Laptop running Ubuntu 24.04. My RAM is only 32 Gig, but for the model I am trying (med-gemma from google via vLLM), it appears the disk space i...

Ask Ubuntu

How to best organize various different-sized drives for data, apps and games #partitioning #mount #harddrive #filesystem #lvm

https://askubuntu.com/q/1564681/612

How to best organize various different-sized drives for data, apps and games

Newbie here, looking to properly organise the various hard drives in my PC. I'm on a fresh 25.10 install. I have Name Type Size sda HDD 2 TB sdb SSD 1 TB nvme0n1 SSD 500 GB During installation I went

Ask Ubuntu
Mounting a DVD player in Linux
Should be simple enough to remember, but brain says no. So here’s a reminder for me and if you need it, also for you. I need a DVD player mounted to /home/dvd so I can copy its contents of said DVD to /home/snorlax . It seems quite usual that a DVD is mounted to /dev/sr0 mkdir /home/dvd mount /dev/sr0 /home/dvd/ cd /home/dvd cp -vr * /home/snorlax Done. To unmount i
---
https://3xn.nl/projects/2026/03/09/mounting-a-dvd-player-in-linux/
---
#dvd #howto #linux #mount #umount