Bug 146473 - Filesystem not mounted on startup
Summary: Filesystem not mounted on startup
Status: RESOLVED INVALID
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-28 18:29 UTC by Michael Stather
Modified: 2006-01-29 02:33 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Stather 2006-01-28 18:29:39 UTC
I´ve the following entry in my fstab
/dev/sda3            /data1               auto       ro,noauto,user           0 0
I added the "ro" flag myself but this doesn´t matter here.
The filesystem isn´t mounted on startup, and there´s no specific error message about that.
Comment 1 Thorsten Kukuk 2006-01-28 19:29:01 UTC
If course it is not mounted on startup, please read the manual page (look for meaning of noauto and user options). user has to mount it.
Comment 2 Michael Stather 2006-01-29 02:33:33 UTC
OK, now it´s clear why it isn´t mounted.
But the installer always used to create directories for every partition found (e.g. /windows/X) and set the fstab to automatically mount them.
I can see no reason why this should have been changed, since now the user can´t work with them without using some command-line stuff (and SuSE should be different than debian *g).