You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, partprobe falls short, in that it only causes the kernel to re-inspect the partition table. It does not, however, go a step further and tell the OS to reattempt auto-mounting. This may be a pipe dream, especially in a POSIX-compliant fashion.
I don't mind using separate tools for Linux vs. OS X, but I have yet to find a tool that accomplishes what I'm looking for one on OS, let alone two.
@dwe11er: If i understand kpartx correctly, it's a manual mounting tool. Doesn't refresh the kernel's view of the partition table, also doesn't tell the OS to auto-mount again.
sudo mount -a
doesn't workThe text was updated successfully, but these errors were encountered: