Results 1 to 5 of 5
I tried following this guide to mount an NTFS network drive at boot up. But I get the following error when I try to remount:
Code:
mount: wrong fs type, ...
- 11-28-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 6
Mounting a Network Drive in Ubuntu
I tried following this guide to mount an NTFS network drive at boot up. But I get the following error when I try to remount:
Thanks for the help.Code:mount: wrong fs type, bad option, bad superblock on //192.168.0.110/E$/, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so
- 11-28-2006 #2
What is the exact command you're using on the command line?
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 11-28-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 6
I also tried a reboot, but the drive didn't mount.Code:sudo mount -a
- 11-28-2006 #4Then what is the line you have in /etc/fstab ?
Originally Posted by theh3brewhammer
Is it something like that ?
Code://192.168.1.10/share /mnt/myshare cifs iocharset=utf8 0 0
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-28-2006 #5Just Joined!
- Join Date
- Nov 2006
- Posts
- 6
Should it be cifs instead of smbfs?Code://192.168.0.110/E$ /media/Hammer smbfs credentials=~/.smbcredentials,dmask=777,fmask=777 0 0
Edit: Tried that and it didn't help.


Reply With Quote