GNU bug report logs -
#59425
guix shell --container fails to mount host filesystem
Previous Next
Reported by: bbb ee <blasforr <at> gmail.com>
Date: Sun, 20 Nov 2022 23:49:01 UTC
Severity: normal
Done: bbb ee <blasforr <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 59425 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The new tests show guix can mount all path except mountpoint path, and the
home path.
```
dev_1 <at> dev_1 /mnt/recoverData$ mountpoint . ; guix shell --container
coreutils -- echo Elmo
. is a mountpoint
guix shell: error: mount: mount "/mnt/recoverData" on
"/tmp/guix-directory.Fu8aV9//mnt/recoverData": Invalid argument
dev_1 <at> dev_1 /mnt/recoverData/borg_restore$ mountpoint . ; guix shell
--container coreutils -- echo Elmo
. is not a mountpoint
Elmo
dev_1 <at> dev_1 ~$ mountpoint . ; guix shell --container coreutils -- echo Elmo
. is not a mountpoint
guix shell: error: mount: mount "/home/dev_1" on
"/tmp/guix-directory.shXxIg//home/dev_1": Invalid argument
dev_1 <at> dev_1 ~/Downloads$ mountpoint . ; guix shell --container coreutils --
echo Elmo
. is not a mountpoint
Elmo
```
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.