Dec 28, 2009

Dbus error while mounting

error:
unable to mount DBus error mount -t ntfs-3g

solution:
sudo mount -t ntfs-3g /dev/sdb1 /yourplace/ -o force

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...