Hi all,
I have created a bind mount to move data to a larger partition. Mount is showing this
Once mounted I copy some files into /usr/local/stuff, but when I run command 'df' it's now showing less free space then I had before? Any ideas?
Thanks
I have created a bind mount to move data to a larger partition. Mount is showing this
Code:
/usr/local/stuff on /home/stuff type none (rw,bind)
Thanks