Extern harddisk

Få hjælp til at sætte programmer eller funktioner op.
petersol
Indlæg: 20
Tilmeldt: 11. maj 2007, 10:19

Extern harddisk

Indlæg af petersol »

Hej jeg har problemmer med at få adgang til externe hard disk den siger :

uanble to mount the volume Freeagent Drive.

Spurgte i et andet forum hvor jeg blev anbefalet følgende:

Først: sudo mkdir /media/freeagentdrive
sudo chmod 777 /media/freeagentdrive


Derefter:
sudo mount -t nfts-3g /dev/sdc1 /media/freeagentdrive -o force hvorefter jeg får følgende fejlbesked:
mount: unknown filesystem type 'nfts-3g'

Kører seneste ubuntu.

kan nogen hjælpe mig videre?
eitreach
Indlæg: 2478
Tilmeldt: 24. jul 2007, 19:32
IRC nickname: eitreach
Geografisk sted: København

Re: Extern harddisk

Indlæg af eitreach »

Prøv at bruge 'ntfs' istedet for 'nfts-3g' - fordi som den siger, så er nfts-3g ikke et filsystem.
"A Narn heavy cruiser?!"

Fornuftig opførsel: faq.php#f00
Guide til ooh shiny: viewtopic.php?f=11&t=2189
Guide til 3d-effekter: viewtopic.php?f=11&t=4393
petersol
Indlæg: 20
Tilmeldt: 11. maj 2007, 10:19

Re: Extern harddisk

Indlæg af petersol »

Altså rigtig forstået skal det være sådan:

sudo mount -t nfts-/dev/sdc1 /media/freeagentdrive -o force
xyz
Indlæg: 22
Tilmeldt: 29. feb 2008, 21:07

Re: Extern harddisk

Indlæg af xyz »

petersol skrev:Altså rigtig forstået skal det være sådan:

sudo mount -t nfts-/dev/sdc1 /media/freeagentdrive -o force


Prøv med "-t autofs" , Ubuntu foreslog det selv, da jeg prøvede fra Nautilus.

Jesper
petersol
Indlæg: 20
Tilmeldt: 11. maj 2007, 10:19

Re: Extern harddisk

Indlæg af petersol »

Dette var hvad jeg skrev og hvad der skete:


administrator@administrator-desktop:~$ sudo mount -t autofs-/dev/sdc1 /media/freeagentdrive -o force
[sudo] password for administrator:
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

Hvad skal jeg nu gøre for at komme videre? Håber i kan hjælpe
xyz
Indlæg: 22
Tilmeldt: 29. feb 2008, 21:07

Re: Extern harddisk

Indlæg af xyz »

petersol skrev:Dette var hvad jeg skrev og hvad der skete:


administrator@administrator-desktop:~$ sudo mount -t autofs-/dev/sdc1 /media/freeagentdrive -o force
[sudo] password for administrator:
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

Hvad skal jeg nu gøre for at komme videre? Håber i kan hjælpe


Syntaxfejl tror jeg :
administrator@administrator-desktop:~$ sudo mount -t autofs-/dev/sdc1 /media/freeagentdrive -o force

Skal være :
administrator@administrator-desktop:~$ sudo mount -t autofs /dev/sdc1 /media/freeagentdrive -o force

Jesper
petersol
Indlæg: 20
Tilmeldt: 11. maj 2007, 10:19

Re: Extern harddisk

Indlæg af petersol »

Hej. Håber i kan hjælpe mig videre:

Det var hvad jeg gjorde og hvad der skete:

administrator@administrator-desktop:~$ sudo mount -t autofs /dev/sdc1 /media/freeagentdrive -o force
[sudo] password for administrator:
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

administrator@administrator-desktop:~$

Hvad gør jeg nu?

Skal jeg finde en windows maskine et eller andet sted og starte den op lukke den ned?

Peter
Fessor
Indlæg: 8
Tilmeldt: 15. apr 2008, 18:42

Re: Extern harddisk

Indlæg af Fessor »

Hej

Jeg har selv flugt vejledning hertil og får samme besked som petersol:

root@Freezer:/home/fessor# mount -t autofs /dev/sdc1 /media/ -o force
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
I nogle tilfælde vil du finde nyttige oplysninger i systemlogggen
- prøv 'dmesg | tail' eller lignende

Håber derfor også at der er nogen som kan hjælpe os videre.

Mvh Fessor