[Pkg-sysvinit-devel] Bug#524094: Info received (Bug#524094: Acknowledgement (base: Sometimes usb disk fails to mount on boot))

Dr. Alex Sheppard alex at apeironsports.com
Thu Apr 16 11:58:57 UTC 2009


After digging around in the scripts in /etc/init.d i found this in 
mountall.sh:


        #
        # Mount local file systems in /etc/fstab.
        #
        mount_all_local() {
            mount -a -t 
nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 -O no_netdev
         }


Now that function is supposed to mount all local filesystems?? But it 
will only mount the ones of the specified types, and the list omits 
common types like ext2 and ext3 (my problem partitions being ext3).

So i modified that section to look like this:

        #
        # Mount local file systems in /etc/fstab.
        #
        mount_all_local() {
            mount -a -O no_netdev
        }

... and my problem is solved.


Am i overlooking something here - is there a downside to my fix?? I 
don't understand why the filesystem types were explicitly listed in the 
first place??


Alex





Debian Bug Tracking System wrote:
> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian sysvinit maintainers <pkg-sysvinit-devel at lists.alioth.debian.org>
>
> If you wish to submit further information on this problem, please
> send it to 524094 at bugs.debian.org, as before.
>
> Please do not send mail to owner at bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
>
>   

-- 
Dr. Alex Sheppard
Mob: 0775 1074054






More information about the Pkg-sysvinit-devel mailing list