Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: AJK101 on January 10, 2011, 08:41:13 AM

Title: [SOLVED]mounting /dev/sda1 on /mnt/hd failed: Invalid argument
Post by: AJK101 on January 10, 2011, 08: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.

Title: Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
Post by: jls on January 10, 2011, 08: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
Title: Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
Post by: AJK101 on January 10, 2011, 10: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?
Title: Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
Post by: tinypoodle on January 10, 2011, 12:29:12 PM
read-only access would be most safe.
Title: Re: mount: mounting /dev/sda1 on /mnt/hd failed: Invalid argument
Post by: AJK101 on January 10, 2011, 02:05:15 PM
Thanks a lot, task accomplished.