Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] run on startup, but not too early
- Date: Mon, 02 Oct 2006 23:27:05 +0900
- From: Charles Muller <acmuller@example.com>
- Subject: Re: [tlug] run on startup, but not too early
- References: <452031F7.7040506@example.com> <451FAB4E.8030709@example.com> <45207238.6070908@example.com> <17696.35814.571477.261445@example.com>
- User-agent: Thunderbird 1.5.0.7 (X11/20060915)
stephen@example.com wrote:Charles Muller writes: > > Edit /etc/rc.d/rc.local and put the mount commands in there. (Linux > > gurus would instead put a script in init.d and link it from each of the > > rc.d directories, but that always seems like too much work to me.)> > That does it just fine--thanks.You probably will never regret this at all, but if you ever do regret it, it'll be bigtime---because you've forgotten that this ever didn't work. Not even Darren will remember that he told you to put it in rc.local if it comes to that. :) The right place for information about automatic mounts is fstab.Since Jim and Boty have already made the same suggestion, I guess I'd better deal with it properly. The relevant portion of my fstab, which is working fine now, is this:/dev/sda2 /mnt/win_c vfat noauto,users,umask=000,uid=chuck,gid=chuck 0 0/dev/sda5 /mnt/win_d vfat noauto,users,uid=chuck,gid=chuck,exec,umask=000 0 0/dev/sda6 /mnt/win_e vfat noauto,users,uid=chuck,gid=chuck,umask=000 0 0 /dev/sdb1 /mnt/usbdrv vfat noauto,users,umask=000,uid=chuck,gid=chuck 0 0If, however, I change, for example /mnt/win_d and /mnt/usbdrv to this (i.e., simply changing "noauto" to "auto"):/dev/sda5 /mnt/win_d vfat auto,users,uid=chuck,gid=chuck,exec,umask=000 0 0 /dev/sdb1 /mnt/usbdrv vfat auto,users,umask=000,uid=chuck,gid=chuck 0 0...then these two partitions will be unwritable. If you look at the drive permissions, it will say that they *are* writable, but in fact you can't write to them. The other odd thing about it is that their creation date is listed as "1970" instead of 2006 as it should be.Chuck --------------------------- Charles Muller Toyo Gakuen University Faculty of Humanities 1660 Hiregasaki, Nagareyama-shi Chiba 270-0161 JAPAN Mobile Phone: 090-9310-1787 Web Site: Resources for East Asian Language and Thought http://www.acmuller.net <acmuller[at]jj.em-net.ne.jp>
- Follow-Ups:
- Re: [tlug] run on startup, but not too early
- From: Botond Botyanszki
- References:
- [tlug] run on startup, but not too early
- From: Charles Muller
- Re: [tlug] run on startup, but not too early
- From: Darren Cook
- Re: [tlug] run on startup, but not too early
- From: Charles Muller
- Re: [tlug] run on startup, but not too early
- From: stephen
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Etch bootup fail after installation
- Next by Date: Re: [tlug] run on startup, but not too early
- Previous by thread: Re: [tlug] run on startup, but not too early
- Next by thread: Re: [tlug] run on startup, but not too early
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links