WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Using TCL to share files over the local network.  (Read 4322 times)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Using TCL to share files over the local network.
« Reply #15 on: September 26, 2010, 02:38:37 PM »
Code: [Select]
fsck.ext3 [options]
Better check the options, as well for manual but especially for automated use.

Many distros (e.g. slackware) would do a fsck on boot on the root fs, and the mechanism seems to be rather complex, e.g. in case of changes having to be made, an automatic reboot would be necessary; so it is a matter of scripting.

Basically you can run filesystem checks whenever, only precondition to be unmounted.
« Last Edit: September 27, 2010, 03:18:39 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Using TCL to share files over the local network.
« Reply #16 on: September 27, 2010, 09:15:31 AM »
If you are SURE your etc, opt, and home directories are not on /dev/hda1, and you still insist on running fsck,
make sure you run in in bootsync.sh BEFORE it calls bootlocal.sh.