WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Umount vboxsf shared folders?  (Read 10430 times)

Offline moB

  • Newbie
  • *
  • Posts: 49
Umount vboxsf shared folders?
« on: February 25, 2010, 05:18:11 PM »
I would like to umount vboxsf shared folder before shutting down to prevent the files from being part of the tc backup.

Mounted with: mount.vboxsf shared /home/tc/remote

Have tried umounting with: umount -t vboxsf shared, umount -t vboxsf /home/tc/remote, but no joy )-:

No command umount.vboxsf found, so that's a no-go...

Anyone have any success with this, or is it not do-able?

Thanks!

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Umount vboxsf shared folders?
« Reply #1 on: February 25, 2010, 05:22:43 PM »
No need to specify filesystem with umount
Code: [Select]
sudo umount /home/tc/remoteworks for me

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Umount vboxsf shared folders?
« Reply #2 on: February 25, 2010, 05:44:43 PM »
I'm not sure since I don't use backup myself, but I'd thought adding a line with home/tc/remote to the /opt/.xfiletool.lst file would exclude that directory from the backup. I guess this way the timely umount would not be required.

BTW, AFAIK you don't need 'sudo' for the 'umount /home/tc/remote' command.

Offline moB

  • Newbie
  • *
  • Posts: 49
Re: Umount vboxsf shared folders?
« Reply #3 on: February 25, 2010, 06:00:22 PM »
Thanks very much for the tips!

This also seems to be of use:

http://forum.tinycorelinux.net/index.php?topic=872.0

Exclude from backup. A simple idea which also eluded me.

Thanks again for the quick replies!

b.

"See! Moby Dick seeks thee not. it is thou, thou, that madly seekest him!"

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Umount vboxsf shared folders?
« Reply #4 on: February 26, 2010, 07:33:22 AM »
If you look in /opt/.xfiletoollst you will already see "home/tc/mnt"  I use that dir as a base for all my network and vbox share mounting to avoid backup issues, it also makes sense  ;)