Hi,
I have a network drive that I can not mount.
This network unit is a hard drive connected to my router, configured to be shared, which I can access from my smart tv without any problem, through ftp without any problem and through dolphin (smb: //192.168.0.1 ) also without any problem.
My idea is to mount it as a network unit, so first I want to test through the command line, and once mounted successfully, add it to the fstab so that it mounts every time I start the computer, as a unit.
I have tried many things, I have been trying different ways for 10 or 15 days, and none of them works for me.
I do not remember all the commands I've tried, I put the ones I've tried most recently (they're in memory of konsole).
In that command I put the user admin (is protected by username and password) should ask for the password of the user admin, it does not.
What it indicates is indicated in Spanish, my language, but what it means or what it says is: type of unknown file system.
In the latter it says Host is down, it is not true, at that very moment, I access via dolphin and ftp and it is not down.
I have tried many more, that I can look for them.
But nothing has given me results, and ideas run out ...
Thanks in advance!!
I have a network drive that I can not mount.
This network unit is a hard drive connected to my router, configured to be shared, which I can access from my smart tv without any problem, through ftp without any problem and through dolphin (smb: //192.168.0.1 ) also without any problem.
My idea is to mount it as a network unit, so first I want to test through the command line, and once mounted successfully, add it to the fstab so that it mounts every time I start the computer, as a unit.
I have tried many things, I have been trying different ways for 10 or 15 days, and none of them works for me.
I do not remember all the commands I've tried, I put the ones I've tried most recently (they're in memory of konsole).
Code:
[FONT=monospace]sudo mount -t smb://192.168.0.1/folder1/ /media/hd_externo -o user=admin [/FONT] [FONT=monospace]mount: /media/hd_externo: tipo de sistema de ficheros 'smb://192.168.0.1/folder1/' desconocido.[/FONT]
In that command I put the user admin (is protected by username and password) should ask for the password of the user admin, it does not.
What it indicates is indicated in Spanish, my language, but what it means or what it says is: type of unknown file system.
Code:
[FONT=monospace]sudo mount -t cifs smb://192.168.0.1/folder1/ /media/hd_externo -o user=admin Mounting cifs URL not implemented yet. Attempt to mount smb://192.168.0.1/folder1/ [/FONT]
Code:
[FONT=monospace]sudo mount -t cifs //192.168.0.1/folder1/ /media/hd_externo -o user=admin Password for admin@//192.168.0.1/folder1/: *********** mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [/FONT][FONT=monospace][/FONT]
In the latter it says Host is down, it is not true, at that very moment, I access via dolphin and ftp and it is not down.
I have tried many more, that I can look for them.
But nothing has given me results, and ideas run out ...
Thanks in advance!!
Comment