Skip to main content

Questions tagged [unmount]

The tag has no usage guidance.

0 votes
0 answers
65 views

Why does my external USB hard drive (bus powered) keep making noise long after it's unmounted?

Why does my external USB hard drive (bus powered) keep making noise long after it's unmounted? I am using macOS 14.3.1. The noise is very similar to, or the same as, that the drive makes when writing ...
Ryo's user avatar
  • 389
0 votes
0 answers
138 views

TERM environment variable not set when running shell script using automator (MAC)

In using mac sonoma. I tried to run my shell script via Automator app. There's a 'diskutil umount' command in the script that will give me this error : TERM environment variable not set. Usage: ...
andio's user avatar
  • 293
0 votes
0 answers
476 views

USB Flash Drive Mounting and Unmounting Issues in linux

I'm seeking assistance as I delve into learning the Linux file system, and I've encountered a specific issue regarding the mounting and unmounting of a pendrive. Upon initially inserting the pendrive ...
Subham Rai's user avatar
0 votes
0 answers
171 views

Mount but exclude one subfolder?

I have a Synology NAS in which I use the following command at NAS startup to create a symlink, which works fine: mount --bind "/volume1/SourceFolder" "/volume1/SymlinkFolder" Now I ...
Ahmad's user avatar
  • 797
0 votes
2 answers
4k views

Cannot unmount/remove 'Linux' drive from Windows 10

System: Windows 10, up to date I have a mysterious drive/folder which appears mounted on Windows 10, called simply 'Linux', which I cannot unmount or otherwise get rid of. It's empty, and there do not ...
Totem's user avatar
  • 141
-2 votes
1 answer
112 views

Windows-11: External drive is double-mounted; unable to unmount

It's been years since I bookmarked this site and had to use it. I posted this question yesterday on StackOverflow and "General Grievance" (related to Kernel Panic?) suggested I post here as ...
Jacob Salomon's user avatar
1 vote
1 answer
114 views

/proc/pid/mountinf file's root column meaning

What is the meaning of the root column in /proc/pid/mountinfo file? As per the manual, it says (4) root: the pathname of the directory in the filesystem which forms the root of this mount. It is ...
codego123's user avatar
3 votes
2 answers
2k views

Can't go into Google Drive directory mounted with rclone: "Transport endpoint is not connected"

ls -l shows: ls: cannot access 'gdrive-root': Transport endpoint is not connected total 42M d????????? ? ? ? ? ? gdrive-root Trying to re-mount with the command used ...
toraritte's user avatar
  • 828
0 votes
0 answers
383 views

After removing lxc device, still managed to access device from its boundary directory

I am using Lxd container for my sd card access in Linux based device. i mounted sd card with following commands mount /dev/sda1 /mnt/flash/sdcard. lxc config device add dhaneesh2 sda disk path=/mnt/...
Dhaneesh lal.D.R's user avatar
1 vote
1 answer
2k views

How to prevent unmounted, spun down HDDs from spontaneously spinning up in Windows 10?

I spin down and unmount two of my HDDs in Windows 10 x64 to keep them silent. I mount and use them for backups only. Once unmounted they obviously have no longer drive letters assigned. For a reason ...
p.h.'s user avatar
  • 11
0 votes
0 answers
162 views

Can't sudo unmount or remove a temp folder in macOS catalina, how to get rid of it?

Using macOS Catalina 10.15.6. I have a folder ~/temp/foobar and when I do ls -al it shows these file flags: drwx------ For some reason I cannot get rid of the folder. So far I have tried this: $ ...
RocketNuts's user avatar
  • 1,172
0 votes
0 answers
654 views

.dmg keeps re-mounting

I am facing a problem that a drive keeps being mounted on my mac. It began when I have attempted to install software packages from my car cam manufacturer. It created a mounted drive for installing ...
Patrick C.'s user avatar
1 vote
1 answer
414 views

Receive error msg: the parameter is incorrect

i receive this error msg when i use this batch file to mount and unmount a drive in windows 10. mounting: @echo off REM Be sure to change this to the drive letter you want to mount the drive to! ...
Michel Marcouiller's user avatar
1 vote
2 answers
2k views

How to safely distantly remove a usb hard drive in Debian using terminal

I'm connected via ssh to a Debian computer. What I need to to do is to safely remove the external usb storage device. I have found this answer to a comparable question. One of the recommendations is ...
Jürgen K.'s user avatar
1 vote
1 answer
744 views

fusermount prepends /home to path when resource is busy

Problem: I created a bash script for SSHFS mount/unmount using: 1| dir=$(mktemp -d) 2| sshfs user@server $dir 3| cd $dir 4| bash 5| fusermount -u $dir 6| rmdir $dir Once these lines are ...
Majal's user avatar
  • 958

15 30 50 per page