need to edit the fstab file to mount a second internal disk drive, solution for #49600 (alanhaggai) doesn't work for me
For a Linux newcomer, it is EXTREMELY hard to add an internal or external disk. I have Ubuntu 11.10 beta 2. The installation guide doesn't seem to offer a lot of help on this topic.
Figured out that in order to add a second Hitachi 1.5 TB disk, in the following order I need to
- Understand that Linux different from Windows doesn't simply accept disk drives but is based on the concept of partitions
- Find the disk and partition in /dev/disk/by-id (the SATA disk was listed twice with a tiny difference 'part-1' that I don't understand)
- Find the UUID in /dev/disk/by-uuid
- Figure out how 'mount' might work (hopefully, cross my fingers :)
- Change owner of the disk
- Make mount directory (wonder if I got it right)
- Change the text file /etc/fstab/ and add a line at the end: 'UUID=1420ffce-
to mount the device.
However, the system doesn't allow me to add this line because of lack of permission.
I tried the advice from question #49600:
su
visudo
To the end of the file, add this:
kev ALL=ALL
Save and exit the file.
exit
Now, you can use sudo to execute all commands as root.
For example: sudo gedit /etc/fstab
However, it stops already at the first step:
Passwort:
su: Fehler bei Authentifizierung (means: error with authentication)
I entered my password several times to be sure there was no typo.
Could someone kindly advise what to do to be able to use the second internal disk?
Many thanks in advance.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu mountall Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Ubfan
- Solved:
- Last query:
- Last reply: