WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Can't mount sda1 to backup  (Read 2453 times)

Offline picnic

  • Newbie
  • *
  • Posts: 7
Can't mount sda1 to backup
« on: May 14, 2013, 02:46:18 PM »
Hello, new TC and fairly new Linux user here...

I've managed to set up a wireless connection as per the wiki and would like to create a backup so it's automatically restored on next boot. I've edited the necessary file and added the .conf file to the back-up list. The problem is I can't seem to mount the hard drive - it consists of a 38gb partition with Vector Linux and a 2gb swap (in VL these appear as sda1 and sda3).

When I click it's (red) button in the mount tool nothing happens and I can't seem to do it in a console either.

I seem to recall the partition is Resier format, is that the problem or have I missed a step somewhere?

TIA

picnic

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Can't mount sda1 to backup
« Reply #1 on: May 14, 2013, 02:55:18 PM »
Load the filesystems*.tcz extension for reiserfs support.
"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: Can't mount sda1 to backup
« Reply #2 on: May 14, 2013, 02:57:36 PM »
Your tce ( also the default backup ) directory must be readable at boot, and reiserfs is not supported.

You might try adding reiserfs to the initrd.
« Last Edit: May 14, 2013, 03:02:38 PM by gerald_clark »

Offline picnic

  • Newbie
  • *
  • Posts: 7
Re: Can't mount sda1 to backup
« Reply #3 on: May 14, 2013, 03:47:03 PM »
Thank you, which of the three filesystems* extensions do I need, just the latest? (3.0.32-x1-rt52.tcz ?)

Actually there isn't much on the hd... maybe reformatting would be a better idea so I don't have to load this extension every time? Is there a recommended format and a tool do do this from within TC?

Cheers

picnic

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Can't mount sda1 to backup
« Reply #4 on: May 14, 2013, 03:52:33 PM »
If this is going to be a TC only hard drive, use the tc-install.
It can format it for you.

Offline picnic

  • Newbie
  • *
  • Posts: 7
Re: Can't mount sda1 to backup
« Reply #5 on: May 14, 2013, 04:02:15 PM »
Thanks for the quick reply :) Trying out a frugal install....

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Can't mount sda1 to backup
« Reply #6 on: May 14, 2013, 04:12:13 PM »
In general, you always need the kernel modules for your running kernel, to determine with
Code: [Select]
uname -r
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)