ramdisk 부팅후 readonly 현상에 대해서..

mabux의 이미지

안녕하세요..

부족한게 많아 kldp 에서 많은 것을 배우고 있습니다..

이점 너무 감사합니다..

다름이 아니라 제가 ramdisk 로 부팅을 했는데..

readonly 로 되더라고요.. 어디에서 수정을 해줘야 할지..

그 부분을 해결했으면 하는데 어떻게 해야 될지 잘 모르겠네요..

보드는 ppc_405ep 이고 uboot와 kernel 2.4.25를

사용하였습니다.

atomaths의 이미지

/etc 밑에 rc 스크립트에서
mount 된 것이 ro 인지 체크해서 ro 면 umount 하고 다시 mount 하는
걸로 했습니다만...

mabux의 이미지

이상하게 제가 가지고 있는 rc 스크립트에는...

mount 하는게 없더군요.. ㅡㅡㅋ

잘못 된건가요?

혹시 rc스크립트가 rc.sysinit 를 말씀하시나요?

그 부분이라면

#!/bin/bash
mount -n -t proc /proc /proc

윗 부분 같이 설정이 되어 있습니다.

더 추가를 해야 할 것 같은데 좀더 자세히 설명을 해주셨으면 합니다..

그럼 좋은 하루 보내세요~~

안녕하세요. 리눅스 초보입니다..
많은 부탁 바랍니다..

익명 사용자의 이미지

저같은 경우는 busybox 를 쓰는 임베디드장비라서 rcS 에 끝부분에
해줬지만, rc.sysinit에 해줘도 상관은 없겠네요.

if [ "마운트된곳의 (rw) or (ro)" = "(ro)" ]; then
/bin/umount 마운트된곳
/bin/mount /dev/hda2 /mnt > /dev/null 2&>1
fi

이런식으루요..

검객의 이미지

mount -n -o remount,rw /
레드햇의스트립트에 보면 읽기 전용으로 마운트한 루트 파티션을
읽기, 쓰기로 다시 마운트하는 명령이 위와같이 나옵니다.
루트를 나타내는 / 부분을 바꾸어서 해보면 될꺼 같은데요.

우리 항시 웃고 살아요 ^^

mabux의 이미지

rc 스크립트에서 수정하는 방법이도 있고..

uboot 상의 환경변수 등록시

bootargs root=/dev/ram rw ...

bootargs 뒤에 rw를 추가해주어도 되더군요.. ^^

답변 다시 한번 감사드리고요 좋은 하루 보내세요~

안녕하세요. 리눅스 초보입니다..
많은 부탁 바랍니다..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.