Jump to content

unmount


 Share

Recommended Posts

I was messing around with my ftp server and i read somewhere you could mount other folders from different filesystems, anyway i did and now i don't know how to unmount them. 0_0

 

/home/lowe/Documents/lossless on /home/ftp type none (rw,bind)

/home/lowe/Documents/lossless on /home/ftp type none (rw,bind)

/home/lowe/Documents/lossless on /home/ftp/test type none (rw,bind)

/home/lowe/Documents/lossless2 on /home/ftp/vgm type none (rw,bind)

/home/lowe/Stored on /home/ftp/vgm type none (rw,bind)

 

^^

Those are the ones i want to remove, so i tried the command.

 

umount /home/lowe/Documents/lossless

 

Then it gave me this message.

 

umount: it seems /home/lowe/Documents/lossless is mounted multiple times

 

Any ideas?

Link to comment
Share on other sites

try:

 

umount -f /home/lowe/Documents*

 

This is an extreme case.. before this i'd recommend trying the mounted to folder, as in:

 

umount /home/ftp

 

Though i suspect this will cause you problems like the ones before it.

 

You could manually remove them from the fstab (etc/fstab) but i am unsure as to how to get the mounts up-to-date with the new configuration.

Edited by Apoc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...