This message was deleted.
# rancher-desktop
a
This message was deleted.
s
Thanks, I'm assuming there's no way to expand that list of default directories via configuration?
q
I wouldn't make assumptions πŸ™‚
Personally, I'd just work around it on my device w/ some symlinks from /opt /tmp /srv to ~/... unless I really needed to invest time learning the details. But, I'm old and have been using symlinks to paper over problems for decades.
f
Adding the symlinks won't work because they don't resolve inside the VM; you have to bind-mount the target of the symlink as well. You can do this from an
override.yaml
file:
Copy code
$ cat ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml
mounts:
- location: /Volumes/ThunderBlade
  writable: true
q
What I imagine is on the host mapping
/tmp/foo
to ~/foo and in the container map
/tmp/foo
to the same.
f
Note that a "Factory Reset" will also delete your "override.yaml" file
q
Factory Reset should really dump the "trashed" settings into a folder, e.g. on the desktop "discarded rancher desktop settings (n)"
f
Oh, ok, I thought you were creating
~/opt -> /opt
, and that will not work πŸ™‚
q
I should have been more precise πŸ™‚
Although technically I think my text was correct πŸ™‚
f
Yes, your text was correct; I was just making the wrong assumptions because I have various symlinks from my home directory to an external RAID device, which is why I need the extra mount (out of space on the internal drive):
Copy code
$ ls -l ~/suse
lrwxr-xr-x  1 jan  staff  26  7 Feb  2020 /Users/jan/suse -> /Volumes/ThunderBlade/suse
q
Been there had that problem πŸ™‚
This is a fairly new M1 max(?):
Copy code
Filesystem     Size   Used  Avail Capacity  iused      ifree %iused  Mounted on
/dev/disk3s5  926Gi  731Gi  162Gi    82% 14728848 1703615800    1%   /System/Volumes/Data
(Will have that problem soon enough...)
f
Should have ordered that 4TB internal SSD...
q
I asked for it, the finance guy vetoed
(seriously)
s
@fast-garage-66093 thanks -- that worked!
170 Views