Download List

프로젝트 설명

The submount removable media handling system automatically mounts and unmounts removable media devices such as CDROMs, DVDs, and floppy drives. It is a two part system, with a small kernel module and a userspace program. It provides the same functionality as supermount, but (hopefully) avoids supermount's stability problems.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-27 10:09
0.9

이 릴리스에 대한 가장 큰 이유는 상당히 심각한 버그 몇 가지는 최근에 발견된 주소입니다. 하나는 버그, 옵션 nosuid, nodev 방해하고 제대로 작동에서 noexec. 만약 subfs 옵션이 탑재되었다 들과는 다른 커널 웁스 생산할 수있습니다. 거기에 새로운 기능이 탑재되지 않은 것입니다, 옵션 "procuid"- UID 및 GID를 마운트에 액세스하는 프로세스와 유닉스 파일 시스템입니다. UID 및 GID를 이제 제대로 파일 시스템에서 지원하지 않는 그들이 박탈됩니다.
Tags: Major bugfixes
The primary reason for this release is to address a couple of
fairly serious bugs recently discovered. One bug has prevented
the options nosuid, nodev, and noexec from operating
correctly. The other could produce a kernel oops if subfs was
mounted with no options whatsoever. There is a new feature,
the option "procuid" will mount non-Unix filesystems with the
UID and GID of the process accessing the mount. UID and GID
are now properly stripped from filesystems that don't support
them.

2004-02-20 16:59
0.8

이 릴리스 statfs 커널 메서드를 구현합니다. 이렇게하면 submount와 함께 작동하도록 DF 같은 유틸리티. 또한 변화를 막기 위해되었습니다 일부 드문 경우 2.6.3 커널 코드를 변경함으로써 발생에 달려있습니다. submountd 기타 변경 사항을 빠르고 때 fs와 함께 할 때 자동으로 마운트 = 실패 반환을 얻으려면 변경 사항이 포함되어있습니다. . spec 파일과 데비안 컨트롤 파일을 현재 2.6 버전이 포함되어있습니다. 바이너리 패키지는 커널에 대한 지원 배포판에 대한 최신 보안 업데이 트를 사용할 수있습니다.
Tags: Minor feature enhancements
This release implements the statfs kernel method. This allows utilities
like df to work with submount. A change has also been made to prevent
hangs in some rare cases caused by changes to the 2.6.3 kernel code.
Other changes include changes in submountd to get it to return faster
when a mount with fs=auto fails. A .spec file and Debian control files
are now included with the 2.6 version. Binary packages are available for
kernels with the latest security updates for supported distributions.

2004-01-19 09:54
0.7

이 변경 사항은 주로 커널 2.6.1에서 어느 때 디렉터리에 액세스하려고 어슬렁 프로세스를 일으킬 수있는 심각한 버그, 주위를 작품 submount 탑재. 그것은 또한 더 많은 정보를 시스템 로그에 오류 메시지를 보냅니다. 사용자는 2.6 커널을 사용하여 업그레이 드하는 것이 좋습니다.
Tags: Major bugfixes
This change primarily works around a serious bug in kernel 2.6.1, which can cause a process to hang when it tries to access a directory mounted with submount. It also sends more informative error messages to syslog. Users using a 2.6 kernel are encouraged to upgrade.

2003-12-09 20:36
0.6

인기 요청으로 인해,이 버전의 NFS와 같은 네트워크 파일 시스템에 대한 지원을 추가합니다. 자세한 내용은 설명서를 참조하십시오. 또한, (이것은 충분한 경험이 적은 사용자에게 권장하는 안정 처음 submount man 페이지를 포함하고 지금은). 바이너리 패키지는 페도라 코어 1, Red Hat은 EL은 3, 맨드 레이크 9.2, 9.1 슬랙웨어, 데비안 경사님 (2.4.22 커널)에 사용할 수있습니다.
Tags: Major feature enhancements
Due to popular requests, this version adds support for network filesystems like NFS. See the documentation for details. It also includes a submount man page for the first time (it is stable enough to recommend for less experienced users now). Binary packages are available for Fedora Core 1, Red Hat EL 3, Mandrake 9.2, Slackware 9.1, and Debian Sarge (2.4.22 kernel).

2003-10-24 12:57
0.5

이 버전의 기능을 프로그램의 "프로그램으로 지정하여 마운트 할 submountd 이외의 통화에 추가 ="fstab에 라인. 그것은 수정 문제는 루프입니다 VFS 2.4.22에서 조회 않는 방식 변경에 따른 현장을 들킨 초래할 수있습니다. 그것은 * 숯불 숯불 커널 2.5.70 이후의 변경 사항에 부합하고, 변경 사항을 subfs_lookup 2.6.0에서 함수 프로토 타입 테스트 커널과 일치하도록 const에서 subfs_get_super devname 매개 변수를 변경합니다.
Tags: Minor feature enhancements
This version adds the ability to call a program other than
submountd to do the mount by specifying it as
"program=" on the fstab line. It fixes a problem which
could result in getting caught in a loop due to a change in
the way the VFS does lookup in 2.4.22. It changes the
subfs_get_super devname parameter from char * to
const char to conform to the change in kernels since
2.5.70, and changes subfs_lookup to match the function
prototype in 2.6.0-test kernels.

Project Resources