WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: problem with backup  (Read 4781 times)

Offline djca

  • Newbie
  • *
  • Posts: 22
Re: problem with backup
« Reply #15 on: September 09, 2012, 10:14:23 AM »
Thanks for the info. This is the way I do it at the moment if there are some changes I do manual backup. I also found out that sdb1 is not mounted on boot. What do you think is the correct way to mount it. Create a new line in fstab and backup it or there is some other way.

Best Regards.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: problem with backup
« Reply #16 on: September 09, 2012, 10:23:09 AM »
Append the appropriate mount command to /opt/bootlocal.sh
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: problem with backup
« Reply #17 on: September 09, 2012, 10:25:18 AM »
Hi djca
Tinycore only mounts the drives it needs when it boots. All drives that it recognizes it lists in /etc/fstab.
To mount sdb1 just execute:
Code: [Select]
mount /mnt/sdb1If you want that drive mounted when you boot, just add that line to  /opt/bootlocal.sh

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: problem with backup
« Reply #18 on: September 09, 2012, 10:33:09 AM »
If that is the partition with the tce directory, you have bad boot codes.
Show the output of showbootcodes.

Offline djca

  • Newbie
  • *
  • Posts: 22
Re: problem with backup
« Reply #19 on: September 10, 2012, 10:13:56 AM »
No this is a fat32 partition that I use to transfer files. I will try with  /opt/bootlocal.sh

Tnx
Best Regards.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: problem with backup
« Reply #20 on: September 10, 2012, 10:17:11 AM »
Even with a bootlocal.sh change, it will not automount if plugged in after boot.