Skip to main content

New answers tagged

0 votes

How do I mount a volume by label in Alpine Linux?

In my case (Android x86 / BlissOs) following worked mount $(blkid -t LABEL=mylabel) | awk -F':' '{print $1}') /mnt/myMountPoint
TefoD's user avatar
  • 41
2 votes
Accepted

How do you mount your physical hard drive to VirtualBox?

Assuming you already have VirtualBox installed, and a VM in it with an OS on it. Make sure you install the extension pack for your current version of VirtualBox if you haven't previously done so. Also ...
LPChip's user avatar
  • 62.4k
1 vote

How to troubleshoot CIFS error -13 (Permission Denied)?

I had the same problem and fixed it. Try below command: smbclient -L server_name -U user_name -d=10 > output 2>&1 then grep -i ntlm output I then changed my fstab entry: //hostname/share /...
Hari_neo0's user avatar
0 votes

Mounting ext4 drive with specified user permission

When you mount the first time an ext4 empty partition, only root can write to the root of this partition. But, if at the first time you mount the partition you execute: # chown -R your_user:your_group ...
Mariano Acciardi's user avatar
0 votes

Force DISM to unmount/delete a mounted Windows WIM

Do this (replace c:\winmount with your mount point): dism /Unmount-Wim /Mountdir:C:\winmount /discard If you try /commit instead of /discard, often this will fail. This works even if dism /Get-...
Gaz Cobain's user avatar
1 vote
Accepted

CIFS mount issues

\\company.com\shares is a MS-DFS share, where certain folders are redirects (DFS junctions) to other shares stored on other servers. The DFS junctions are followed by the client, so the client needs ...
grawity_u1686's user avatar

Top 50 recent answers are included