Skip to main content

All Questions

1 vote
0 answers
185 views

Mounting an AFP share over/to ~/Pictures, possible stale share issue (Mac OS X, Big Sur)

I'm trying to over mount an AFP share onto ~/Pictures, and it's not quite working for some reason. Useful information: I'm using AutoMounter (Pro features enabled, full-disk access granted via System ...
pktm's user avatar
  • 11
0 votes
1 answer
2k views

How does mount use fstab to mount directories?

A coworker asked me to help mount a shared Windows 10 folder in an Arch Linux guest using VirtualBox. The system had been set up by another coworker who was out to lunch. The folder to be shared was ...
Lorem Ipsum's user avatar
2 votes
1 answer
1k views

mounting share in fstab error

I've been successfully able to mount a share on my Ubuntu Server using this command: sudo mount -t cifs //IPTOSHARE/DriveLetter$/Folder/"Folder Space" /mnt/Folder/"Folder Space" -o username="",...
Benjamin Jones's user avatar
1 vote
1 answer
2k views

mount Command Works, but fstab Version Fails - Samba Issue

I can mount a share with this command: sudo mount -o username=user,password=pass //192.168.5.227/share /mnt/share And in my fstab I have this line: //192.168.5.227/share /mnt/share cifs credentials=...
nicorellius's user avatar
  • 6,725
5 votes
2 answers
7k views

How to Set "<options>" in fstab - Manual Mounting is Successfull

I am not real familiar with fstab yet, so I have a couple questions. When I use this command to mount devices: sudo mount -t cifs -o username=admin //192.168.1.134/share_name /mnt/share_name With ...
nicorellius's user avatar
  • 6,725
2 votes
1 answer
1k views

Ubuntu network share fails to mount, can't get to command prompt on boot?

One of my network shares is down, which isn't a big deal, but now my Ubuntu instance fails to boot properly. On boot it will display the screen giving me the option to skip the mount, or do a manual ...
chum of chance's user avatar