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
I tried to mount a samba share from the local network to a folder in my PC. I added the following line in fstab
sudo mount -t cifs //192.168.1.5/my/folder/ /home/mounts/localmount/
But when I do sudo mount -a, it gives the following error:-
[mntent]: line 13 in /etc/fstab is bad
Can anyone tell me what I did wrong?
it works fine mounting manually from the cli
but when running
sudo mount -a
after editing the fstab im getting errors. It seems right to me, any one have a suggestion.
my fstab is:
# /etc/fstab: static file system information.
Ok i am new to Ubuntu 12.04 , just transfered from windows , i have been trying many posts and following wtv they have posted but i am still unable to mount my external hard drive .
I have tried and tried and tried and finally tired of doing this.
I have bought new harddisk and installed Ubuntu in that . All file systems are mounted except one.
so again i have made new partition table.But again another partition not mounted.
so i have opened disk utility and copied error message i got while doing Mounting from There .
I wanted to auto-mount all the partitions in my system, (i.e. the C,D,E and F drives from windows). I used ntfs config tool to do that, but it throws me an error when I check the mount selection for my C drive, the one that has Windows installed on it.
I connected a new internal HDD to my headless ubuntu server and would like to partition it so I can copy my existing system disk to it (the existing disk is way low on free space and the new disk is larger.)
The disk shows in /dev/sdd (there is not sdd1 or any partitions showing).
My Ubuntu get into error when I try to mount one of my internal disks and it gives this error message:
Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 3).
Failed to mount '/dev/sda7': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware.
From Ubuntu 11.04 to 12.04 i've been able to mount my nas shares by first making directories in the /media folder, then sudo gedit /etc/fstab to include the following line for each share I want to auto-mount;
//servername/sharename /media/windowsshare cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
Now, however, I upgraded to 12.10, and suddenly I'm not able to mount the sha