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
0
votes
1 answer

Disable raid member check upon mount to mount damaged nvidia raid1 member

A friend of mine destroyed his Nvidia RAID1 array somehow and in trying to fix it, he ended up with a non-working array. Because of the RAID metadata, the actual disk data was stored at an offset from the beginning. I was able to identify this…
Halfgaar
  • 8,084
  • 6
  • 45
  • 86
0
votes
2 answers

Mounting Windows HDD from an OpenSolaris LiveCD

I´m running openSolaris LiveCD on a computer that runs Windows XP. How can I mount the 2 partitions I have in Windows, and be able to access them from the Solaris? Thanks
yulkes
0
votes
1 answer

Suppress EXT3-fs warning on mount

I am familiar with output suppress on Unix machines, ie: cat /file/that/doesnt/exist > /dev/null 2>& However I can't seem to suppress the output of mount when an ext3 filesystem is mounted for the nth time, and it recommends an fsck. As it happens,…
tjbp
  • 193
  • 3
  • 6
0
votes
2 answers

Making an outside machine visible to private network

I'm trying to make a server visible to all computers on a separate network without doing anything to the server, but I'm not sure what would be the best way to do this. I really just need to access one folder but my attempts at NFS mounting failed…
William
  • 213
  • 6
  • 15
0
votes
1 answer

Slow speed for UFS mounted drive in Linux

I have a disk that has Sun OS disk, (ufs filesystem). And I want to mount it in my debain machine with read/write mode. Since by deafult linux doesn't support write to ufs filesystem. I had to recompile the kernel by setting to the flag…
Incredible
  • 151
  • 1
  • 1
  • 5
0
votes
2 answers

cannot access new drive through nfs

I am running nfs-kernel-server to access my files on my linux machine(ubuntu - /share). The disk I have been using is full. So I have added a new disk and mounted it to /share/data. My other pc mounts the /share folder to /mnt/nfs; but cannot see…
None
0
votes
4 answers

Partition is gone after power failure

Just had a power failure and am just going through my 4 USB disks to remount them and found that 1 (the most important one) is coming back as 'doesn't contain a valid partition table'. What can I do to try to repair the disk and hopefully retrieve…
David
  • 841
  • 3
  • 14
  • 31
0
votes
2 answers

Amazon mount EBS

I'm trying to mount /vol to a EBS volume on an Amazon EC2 instance. I'm formatting the device to xfs, adding "/dev/sdh /vol xfs noatime 0 0" to my /etc/fstab file, making the /vol dir and mounting it and whenever I try to do anything with that…
William
  • 367
  • 4
  • 11
0
votes
1 answer

Mounting local and S3 storage to the same folder location?

Using Oracle Linux 8, I have a /usr/local/caplogs/logs folder which has logs from my services written to it constantly. I have S3 storage, which I have attached to /usr/local/caplogs/logarchive using S3-FUSE which works superb, I then take anything…
Disparity
  • 1
  • 1
0
votes
0 answers

mount LVM2 dump or extract files

I have a dump of a filesystem. I dont know how it was created. I want to extract all the files and the filestructure. file dump.bin says it is a LVM2 PV (Linux Logical Volume Manager) file and prints a UUID and the size. I tried to use kpartx like…
Vincent
  • 1
  • 1
0
votes
0 answers

How to mount glusterfs based san lun on another server and mount with ext4/xfs filesystem

I have one glusterfs based filesystem san lun with some data assigned to linux server and want to access that data on that server. What are the possible ways to recover that data? Tried to mount it but not mounted. [root@node-slave4 ~]# mount -t…
0
votes
0 answers

BTRFS filled to 100% and does not mount anymore

I have a 50 TB BTRFS filesystem on a hardware RAID array in an HPC cluster I manage. Users have filled up this partition to 100% and complained about I/O errors while reading old files. The filesystem went read-only. I unmounted the partition. It…
Met
  • 373
  • 1
  • 8
0
votes
1 answer

Is /proc/mounts file depracated?

I have been reading at several places that we should no longer refer to /proc/mounts and instead it is better to rely on /proc/self/mountinfo file. For example, see this question: /proc/self/mountinfo per-mount-options vs per-super-options However,…
codego123
  • 3
  • 1
0
votes
1 answer

Is it possible to relocate the mount point of a btrfs subvolume within the same root?

I have created a btrfs subvolume in the path of /docker/nc/data. As shown below: $ sudo btrfs subvolume list / ID 256 gen 13908 top level 5 path docker ID 257 gen 13877 top level 256 path docker/nc/data Is it possible to move the subvolume…
crackpot
  • 103
  • 2
0
votes
0 answers

Issues with Kickstart on Fedora 38

I'm having an issue where I receive the following errors when attempting an install with Anaconda Kickstart. The input below is the default when I enter the ‘inst.ks’ option Input: setparams 'Install Fedora 38' linuxefi /images/pxeboot/vmlinuz…