Re: Kubuntu does not see my NTFS drive
You can either run kate kmenu -> utilities -> kate, which is the standard text editor in kde and open /etc/fstab (that is fstab is a file in the etc directory which is just off of root) or, the faster option to just look at the file open a terminal window
kmenu -> System -> konsole copy and paste the results of
You can copy in terminal window by simply dragging your mouse over what you want to copy, as you do in windows, and right clicking and choosing copy.
If you are unfamiliar with the directory structure in linux you might want to open konqueror and, in the address bar type simply a forware slash /
This will show you your root directory. All other directories are off of this.
A generic linux file directory structure tutorial, such as this will cover the basics of key directories:
http://www.comptechdoc.org/os/linux/...ilestruct.html
You can either run kate kmenu -> utilities -> kate, which is the standard text editor in kde and open /etc/fstab (that is fstab is a file in the etc directory which is just off of root) or, the faster option to just look at the file open a terminal window
kmenu -> System -> konsole copy and paste the results of
Code:
cat /etc/fstab
If you are unfamiliar with the directory structure in linux you might want to open konqueror and, in the address bar type simply a forware slash /
This will show you your root directory. All other directories are off of this.
A generic linux file directory structure tutorial, such as this will cover the basics of key directories:
http://www.comptechdoc.org/os/linux/...ilestruct.html
Comment