Questions tagged [mount]

Mounting is the concept of attaching a file system to a computer for access.

A mount is the process of attaching a file system to a computer so that it can be accessed. Depending on the operating system, a mount could be local or remote, via a network, read-only or read-write, or many other options.

1212 questions
-1
votes
2 answers

Deleting file in tar mounted with archivemount?

archivemount allows rw-mounting tar archives. What happens when I delete a file? Is it actually removed from the tar archive? Is a delete flag set? If the file is actually removed, then I assume the operation to be painfully slow, because the whole…
feklee
  • 505
  • 5
  • 19
-1
votes
1 answer

mount hd as a different filesystem

I guess this question is already answered but could not find the solution. I have a USB hard disk connected to a remote linux machine and I want to mount that hard disk. What would happen if I mount it with a different filesystem? e.g what would…
masber
  • 205
  • 2
  • 6
  • 17
-1
votes
2 answers

Is a bad NFS mount preventing a clean boot?

I'm on Ubuntu server (I think it's 12.04, but not positive) and I basically ran into this problem here Unmount a nfs mount where the nfs server has disappeared The umount command didn't work, so I tried to just use the ol' reboot. Now the machine…
s g
  • 611
  • 3
  • 9
  • 17
-1
votes
1 answer

Should I use mount or autofs?

I have NFS shares on a file server that I would like to mount on a web server. For example, a music streamer web application (subsonic) would be hosted on the web server and stream music files located on the file server via NFS shares. 1) Would it…
user200651
  • 11
  • 2
-1
votes
1 answer

Unable to change access permissions on external ntfs Harddrive

I am fairly new with Linux when it comes to mounting hard drives, so hopefully this is a simple question. I recently purchased a 3TB hard drive that would have read/write access with both Mac and Linux. The first step I took was to format the hard…
-1
votes
1 answer

creating a drive (letter) that is a link to a folder

on my home pc I want to simplify things when it falls to accessing my home folder, so I would like to make my c:\Users\myusername folder pointing to a virtual drive created ad-hoc, such as Y:. In this I would spare the tediousness of writing that…
-1
votes
1 answer

Mounting local external hard drive on a remote machine

I have an external hard drive, which stores extremely large files. This is LOCAL and is connected to my laptop/desktop. I run many different programs on a REMOTE Linux server. I need to use some of the large files (stored in the external drive) as…
Dibyendu
  • 101
-1
votes
3 answers

Ubuntu webserver is out of space

Apparently, I was using xvda1 disk which is out of space. How do I change the /etc/fstab so that I can make my xvda2 for top level, and xvda1 as additional resource? It's an EC2 instance: root@~# cat /etc/fstab LABEL=cloudimg-rootfs / ext4 …
Nizzy
-1
votes
1 answer

EBS full device confusion

I have a 500GB EBS device (/dev/xvdf) mounted to /vol and all data on the box seems to be writing to /vol correctly (see du output below). For some reason /dev/xvda1 is totally full. Any idea what's going on here? $ df -h Filesystem Size Used…
Mike
  • 73
  • 1
  • 4
-1
votes
3 answers

FreeBSD encryption concept: automatic boot without password or key, when mounted by another system?

Recently, i installed FreeBSD for work and geli for encryption. (Full disk encyrption without boot partition.) When I finished getting it setup, I found that every time it boots, I need to enter the parse password to mount the root disk. This is not…
altman
  • 125
  • 1
  • 5
  • 12
-1
votes
1 answer

Change Hard Drive Mounted Location Debian

I just realized my hard drive is mounted to the wrong directory, how many I change the directory in which it is mounted? Thanks!
Belgin Fish
  • 919
  • 5
  • 17
  • 31
-1
votes
0 answers

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 seem to be any options for its removal. For some…
Totem
  • 143
  • 1
  • 7
-1
votes
1 answer

Mounting a docker volume fails with the `no such device` error

I have set up Docker in a multi-user environment with the following daemon settings { "userns-remap": "default", "data-root": "/data/docker" } where /dev/sda1/ is mapped to /data as follows: /dev/sda1 /data ext4…
Matt
  • 111
  • 4
-1
votes
1 answer

Linux confused by identical mounts on different disks after attaching disk

We are having a weird problem when attaching an EBS volume to a running Linux (NixOS in this case) instance (for the purpose of growing the file system on that attached volume; on it is the NixOS root file system for another machine that we shut…
nh2
  • 818
  • 3
  • 11
  • 21
-1
votes
1 answer

Mount container's filesystem on my host

I built some software in a container (using Podman) and would like to run the binary on my host. The binary is linked to some dynamic libraries that I don't have on my host. I figured that a quick hacky solution is to mount the container's…
1 2 3
80
81