En/na Xan ha escrit:
En/na Xan ha escrit:
En/na Xan ha escrit:
Hi,
I have slug with debian armel installed.
ext3 in / (see /etc/fstab I attached).
If I put in fstab: *barrier=1 or commit=30 or data=journal* *in /,
*I can't connect to slug via ssh (ssh: connect to host 172.26.0.2
port 22: No route to host). Is it possible? 8-|
What happens?
Can anyone help me detecting problem?
Thanks a lot,
Xan.
PS:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 errors=remount-ro,noatime
0 1
/dev/sda7 /chrut ext3
defaults,noatime,commit=30 0 2
/dev/sda3 /home ext3
defaults,noatime,data=journal,commit=30 0 2
/dev/sda8 /segur ext3
defaults,noatime,commit=30 0 2
/dev/sda5 /var ext3
defaults,noatime,commit=30 0 2
/dev/sda6 /var/log ext3
defaults,noatime,data=journal,commit=30 0 2
/dev/sda2 none swap sw 0 0
/dev/sda9 /arxius ext3 defaults,noatime,commit=30
0 2
In /var/log/boot it seems / is not mounted.
The problem is putting data=journal in / (/ now is data=ordered) (the
rest of params boot ok). Why I can't put this?
Regards,
Xan.
Solved: kernels seems that does not want to mount / with different data
mode specified in fstab, rather than other partitions that it's enought
to put on fstab.
You have to do in console, with tune2fs:
# tune2fs -O has_journal -o journal_data /dev/sdaXX
(sdaXX is /)
and then / is mounted with data=journal.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]