View previous topic :: View next topic |
Author |
Message |
struppi
Joined: 27 Apr 2006 Posts: 11
|
Posted: Sat Apr 29, 2006 5:01 pm Post subject: DSL-N doesn't recognize my harddisk |
|
|
my first harddisk (40 gb, ntfs) works great.
the second one (80 gb, fat32) works perfetly with dsl, but dsl-n can't mount it. |
|
Back to top |
|
|
struppi
Joined: 27 Apr 2006 Posts: 11
|
Posted: Tue May 02, 2006 11:41 am Post subject: |
|
|
ok i have to correct the title: "dsl-n can't mount my harddisk" is right.
everytime i try to mount /mnt/hdb1 i get "I could not determine the filesystem and none was specified" ....
What now? please help me, hdb1 contains all my data. |
|
Back to top |
|
|
anaconda
Joined: 18 Apr 2006 Posts: 22 Location: Finland
|
Posted: Tue May 02, 2006 12:27 pm Post subject: |
|
|
how do you try to mount it?
did you try:
[code:1]sudo su
mount -t vfat /dev/hdb1 /mnt/hdb1[/code:1]
if it is a SATA disk then it wont be "hdbX" |
|
Back to top |
|
|
struppi
Joined: 27 Apr 2006 Posts: 11
|
Posted: Tue May 02, 2006 6:43 pm Post subject: |
|
|
i tried to mount it the same way, as it works with hda1, and with all my harddisks under dsl. |
|
Back to top |
|
|
Peter
Joined: 20 Apr 2006 Posts: 51
|
Posted: Wed May 03, 2006 12:05 am Post subject: |
|
|
Is the fat32 hard drive attached to the same cable as the ntfs hard drive? Or is it on a seperate cable and perhaps attached to a seperate hard drive controller? |
|
Back to top |
|
|
roberts
Joined: 17 Apr 2006 Posts: 320 Location: OC CA USA
|
Posted: Wed May 03, 2006 4:45 am Post subject: |
|
|
Will you post the /etc/fstab as generated by Knoppix so we can see what file types it thinks you have? |
|
Back to top |
|
|
anaconda
Joined: 18 Apr 2006 Posts: 22 Location: Finland
|
Posted: Wed May 03, 2006 4:04 pm Post subject: |
|
|
[quote]i tried to mount it the same way, as it works with hda1, and with all my harddisks under dsl.[/quote]
Yes, but if your 2.nd hard disk isn't mentioned in your fstab-file, then you have to mount it from terminal like I wrote before...
All other ways to mount can ONLY mount drives which are mentioned in your fstab-file. |
|
Back to top |
|
|
struppi
Joined: 27 Apr 2006 Posts: 11
|
Posted: Wed May 03, 2006 11:00 pm Post subject: |
|
|
i tried the command above, it failed again.
but here is my /etc/fstab content:
[code:1]dsl@dslbox:~$ cat /etc/fstab
/proc /proc proc defaults 0 0
/sys /sys sysfs noauto 0 0
/dev/pts /dev/pts devpts mode=0622 0 0
/dev/fd0 /mnt/auto/floppy auto user,noauto,exec,umask=000 0 0
/dev/cdrom /mnt/auto/cdrom auto user,noauto,exec,ro 0 0
/dev/cdrom1 /mnt/auto/cdrom1 auto users,noauto,exec,ro 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000,uid=knoppix,gid=knoppix 0 0
# Added by KNOPPIX
/dev/hdb1 /mnt/hdb1 auto noauto,users,exec 0 0
# Added by KNOPPIX
/dev/uba1 /mnt/uba1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0[/code:1]
any ideas ? |
|
Back to top |
|
|
struppi
Joined: 27 Apr 2006 Posts: 11
|
Posted: Mon May 08, 2006 10:12 pm Post subject: |
|
|
any more ideas? see my fstab above... plz, dsl-n runs so smooth i want to use it. |
|
Back to top |
|
|
|