I'm trying to automount some drives with smb with fstab entries as such.
# auto mount hda shares
//hda/DeannasDocs /home/deanna/DeannasServerDocs cifs user=deanna,pasword=** 0 0
//hda/Music /home/deanna/ServerMusic cifs user=deanna,pasword=** 0 0
//hda/Pictures /home/deanna/ServerPhotos cifs user=deanna,pasword=** 0 0
if I click on one of these drives I get an error "only r
I'm trying to automount some drives with smb with fstab entries as such.
Code:
# auto mount hda shares
//hda/DeannasDocs /home/deanna/DeannasServerDocs cifs user=deanna,pasword=** 0 0
//hda/Music /home/deanna/ServerMusic cifs user=deanna,pasword=** 0 0
//hda/Pictures /home/deanna/ServerPhotos cifs user=dean
(ubuntu 12.10 on HP DV7 i5 with 8GB memory)
Yesterday I decided to delete my 522GB Win7 (NTFS) partition, and create my Ext4, since my exposure to my Win8 on another laptop had made me a 100% Ubuntu person.
This should have been simple. Use Gparted to Shrink the NTFS partition to nothing, create a new partition, format at Ext4 and that's it.
(ubuntu 12.10 on HP DV7 i5 with 8GB memory)
Yesterday I decided to convert my 522GB Win7 (NTFS) partition to Ext4 since my exposure to Win8 on another laptop had made me a 100% Ubuntu person.
This should have been simple. Use Gparted to Shrink the NTFS partition to nothing, create a new partition, format at Ext4 and that's it.
I'm struggling to get automount to work as desired.
If I run the following:
sudo mount -t nfs server:/path/to/share /path/to/mount_point
I get the mount appearing fine.
However, if I add the following line to my auto_master:
/path/to/mount_point server:/path/to/share
it creates the mount point directory but the contents aren't visible.
When I observe the output of the mount command, they ar
My fstab configuration has always worked, but recently (and somewhat out of the blue,) my Ubuntu has started to attempt to mount my usb hard-drive twice.
The error is
Unable to mount cloud
Error mounting: mount exited with exit code 1: helper failed with:
mount: according to mtab, /dev/sde1 is already mounted on /media/cloud
mount failed
Where 'Cloud' is the name of my usb hard-drive.
For inf
My cd/dvd can mount dvds but no audio cds, it displays the following:
humannoise@humannoise-W251ESQ-W270ESQ:~$ sudo mount -t iso9660 /dev/cdrom /media/external -o uid=1000
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in sy
Hello,I am not able to mount shared folder on guest ArchLinux in virtualbox.I have referred to https://wiki.archlinux.org/index.php/Virtualboxhttps://bbs.archlinux.org... have added shared /media/shared vboxsf uid=user,gid=group,rw,dmode=700,fmode=600,comment=systemd.automount 0 0to fstab as given in wiki, but i noticed error during booting.
When trying to mount my 64GB microSD card, it fails. Did a bit of research and found I needed exfat.
sudo apt-add-repository ppa:relan/exfat
sudo apt-get update
sudo apt-get install fuse-exfat
I can now mount the filesystem manually & everything works fine.
What am I now supposed to do to enable the automount?
Any insights or guidance as to what I can do would be much appreciated.