fstab

Asked by k.tacho

this is a copy of my fstab (ubuntu feisty)

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=c6f6d361-caea-4de5-93bb-f4353758134a / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=0f4675af-88e7-41e1-b9be-5d9148c1841b none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0

How can I change it in order to mount automatically the partitions on my second hard drive to make them writable for all users?
Why are those partitions shown in /etc/ as sdb1, sdb2, ... instead of hdb1, hdb2...?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
- (uzf) said :
#1

I think they list under /dev/ ;)

http://en.wikipedia.org/wiki/Fstab

Here you can see the syntax of the fstab

Can you help with this problem?

Provide an answer of your own, or ask k.tacho for more information if necessary.

To post a message you must log in.