umount Questions

4

Solved

I'm using s3fs and osxfuse to mount an S3 directory on my Mac: s3fs my-bucket-name $PWD/s3 When it's time to unmount it, I do this: % s3fs umount $PWD/s3 s3fs: MOUNTPOINT directory /Users/kwill...
Mcclung asked 10/5, 2019 at 15:17

16

Solved

I've got some samba drives that are being accessed by multiple users daily. I already have code to recognize shared drives (from a SQL table) and mount them in a special directory where all u...
Tessellated asked 24/10, 2011 at 16:22

4

Solved

I'm writing a bash script and I have errexit set, so that the script will die if any command doesn't return a 0 exit code, i.e. if any command doesn't complete successfully. This is to make sure th...
Downrange asked 4/9, 2009 at 10:5

13

Solved

I've installed OSXFUSE in my mac and used sshfs to mount a remote directory. Now I would like to unmount it, but can't find the way. My OS is OSX 10.8 Mountain. Can anyone help?
Berbera asked 27/12, 2012 at 16:27

12

Solved

Linux: Which process is causing "device busy" when doing umount?
Stickybeak asked 8/3, 2009 at 19:39

2

Solved

In my .bashrc I have function bindfs () { mkdir -p ~/$1 sudo /usr/bin/bindfs -u $(id -u) -g $(id -g) $1 ~/$1 } in order to be able, as a normal user, to read, write, execute files on ext3 file...
Historical asked 12/10, 2013 at 15:52

2

Solved

I'm trying to write a Linux image in a CF card, as is shown in Google Code Archive: debian-for-alix - InstalationAndFirstSteps.wiki: When I do: sudo bzcat debian-for-alix-cf2g.img.bz2 | dd o...
Mammalian asked 20/9, 2012 at 19:40

6

Solved

I have an NFS-mounted directory on a Linux machine that has hung. I've tried to force an unmount, but it doesn't seem to work: $ umount -f /mnt/data $ umount2: Device or resource busy $ u...
Crinoline asked 2/9, 2008 at 19:4
1

© 2022 - 2024 — McMap. All rights reserved.