WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED]mounting /dev/sda1 on /mnt/hd failed: Invalid argument  (Read 29432 times)

Offline AJK101

  • Newbie
  • *
  • Posts: 5
[SOLVED]mounting /dev/sda1 on /mnt/hd failed: Invalid argument
« on: January 10, 2011, 05:41:13 AM »
When i try to mount my main drive (where windows xp is) I always get this error :
Code: [Select]
$ sudo mount /dev/sda1 /mnt/hd
mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
Am i doing something wrong? Also, when i try to access the partition from my file manager, the following error occurs :
Code: [Select]
Mounting /mnt/sda1
mount: mounting /dev/sda1 on /mnt/sda1 failed: No such device
Mount failed
The only thing that I am able to mount are my pen drives.

« Last Edit: January 10, 2011, 11:05:49 AM by AJK101 »

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
« Reply #1 on: January 10, 2011, 05:45:28 AM »
if the fs is ntfs u need to install filesystems-2.6.33.3-tinycore.tcz (read only access)
For rw ntfs-3g-adv.tcz
dCore user

Offline AJK101

  • Newbie
  • *
  • Posts: 5
Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
« Reply #2 on: January 10, 2011, 07:20:15 AM »
Ah, it is, and how do I allow tc to mount them? I did not understand what you wrote above, sorry :P
Also, will this damage my files in any way?? Is it like formatting?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
« Reply #3 on: January 10, 2011, 09:29:12 AM »
read-only access would be most safe.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline AJK101

  • Newbie
  • *
  • Posts: 5
Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
« Reply #4 on: January 10, 2011, 11:05:15 AM »
Thanks a lot, task accomplished.