Mailing List Archive
tlug.jp Mailing List
tlug archive
tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Representing a blank space in an address
- Date: Thu, 03 Jul 2025 08:57:22 +0000 (UTC)
- From: "Stephen J. Turnbull" <steve@example.com>
- Subject: Re: [tlug] Representing a blank space in an address
- References: <7aafa971-2fc8-40ce-ba20-8a5dae964cba@gmail.com> <7f735a12-a7b6-40a3-8b77-3c9881e58605@onjapan.net> <d6adeada-910d-49a6-ae44-bd71286e3133@gmail.com>
CL writes: > Runtime error opening > '/media/onk-01/kubuntu_data/Current/home/onk-01/VirtualBoxVMs/WIN11/WIN11/WIN11.vbox' > for reading VERR_ACCESS_DENIED (Access denied.). Have you verified that the file is actually present and has -r permissions? You could be getting the access error on any directory along the path (although the .vbox file is by far the most likely). > > You can precede each space with a backslash (\) to escape it or wrap > > the entire filepath in quotation marks. > > > Yes, I've tried quotation marks but the filepath keeps coming back "not > found". Try find /media/onk-01/kubuntu_data/Current/home/onk-01 -name 'WIN 11.vbox' If that gives the right answer (and only the right answer!), then find /media/onk-01/kubuntu_data/Current/home/onk-01 -name 'WIN 11.vbox' -exec sudo chmod 777 -R '{}' ';' (all on one line) should work. (It probably wouldn't hurt if there a multiple results to the initial 'find' command, but this looks like a situation where "an excess of caution" is a good idea.) Steve -- GNU Mailman consultant (installation, migration, customization) Sirius Open Source https://www.siriusopensource.com/ Software systems consulting in Europe, North America, and Japan
- References:
- [tlug] Representing a blank space in an address
- From: CL
- Re: [tlug] Representing a blank space in an address
- From: Jim Tittsler
- Re: [tlug] Representing a blank space in an address
- From: CL
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Representing a blank space in an address
- Next by Date: [tlug] post from an address subscribed to the list
- Previous by thread: Re: [tlug] Representing a blank space in an address
- Next by thread: [tlug] post from an address subscribed to the list
- Index(es):