No access to shared folders
No access to shared folders
Hi, for some time, I have a problem with access to directories of Lacie
Access the administration pages is available but when I try access to disk its tells me that "An unknowned disk has been detected. The file system is not supported or there is no partition on the disk"
Can´t access to myshare or openshare. Not exist
What can happen?
Nor let me reformat. The option is disabled
Thanks in advance
Access the administration pages is available but when I try access to disk its tells me that "An unknowned disk has been detected. The file system is not supported or there is no partition on the disk"
Can´t access to myshare or openshare. Not exist
What can happen?
Nor let me reformat. The option is disabled
Thanks in advance
Re: No access to shared folders
Hello again, I have decided to remove the hard drive and mount it on a linux system through sata.
The system detects the disk and identified as 1 TB hard drive but when trying to mount it gives me an error "structure Needs cleaning" and does not allow me mount it.
From what I've read the disk has several partitions, and I think that gives problems is the partition 2, which is used for storage. If I could reformat that partition could recover the system.
Can someone help?
Sorry for my English
The system detects the disk and identified as 1 TB hard drive but when trying to mount it gives me an error "structure Needs cleaning" and does not allow me mount it.
From what I've read the disk has several partitions, and I think that gives problems is the partition 2, which is used for storage. If I could reformat that partition could recover the system.
Can someone help?
Sorry for my English
Re: No access to shared folders
You could try xfs_repair on that partition.
Open a terminal (command prompt) and typeFind your partition. The sizes a in kB. Assuming the partition is sdb2, and that you are using Ubuntu, you can execute
Open a terminal (command prompt) and type
Code: Select all
cat /proc/partitions
Code: Select all
sudo xfs_repair /dev/sdb2
Re: No access to shared folders
Hi! Thanks for your response. Works hard drive again!!!
This is what I've done:
As you said I open the console and type
cat / proc / partitions
them
xfs_repair sudo / dev/sdb2
The system starts to Scan and after few minutes finish.
I disconnected the Harddisk to the PC and put it back into NAS box.
Open the NAS configuration Web And voila!!! the NAS allow me to format the hard disk.
Once formatted and myshare & OpenShare folders are accessible again
Thank you very much
This is what I've done:
As you said I open the console and type
cat / proc / partitions
them
xfs_repair sudo / dev/sdb2
The system starts to Scan and after few minutes finish.
I disconnected the Harddisk to the PC and put it back into NAS box.
Open the NAS configuration Web And voila!!! the NAS allow me to format the hard disk.
Once formatted and myshare & OpenShare folders are accessible again
Thank you very much
Re: No access to shared folders
I have the same problem, and ran the same command.atrapero wrote:Hi! Thanks for your response. Works hard drive again!!!
This is what I've done:
As you said I open the console and type
cat / proc / partitions
them
xfs_repair sudo / dev/sdb2
The system starts to Scan and after few minutes finish.
I disconnected the Harddisk to the PC and put it back into NAS box.
Open the NAS configuration Web And voila!!! the NAS allow me to format the hard disk.
Once formatted and myshare & OpenShare folders are accessible again
Thank you very much
after a few (long) hours of a lot of ........... on the screen, it wrote it cannot find the super block and exit.
anything else to do?
Re: No access to shared folders
Sorry, I can´t help you.
All I did was follow the steps I have described above and it worked.
Maybe someone with more knowledge of Linux can help.
All I did was follow the steps I have described above and it worked.
Maybe someone with more knowledge of Linux can help.
Re: No access to shared folders
I *think* that means that the filesystem is seriously damaged.mtk wrote:it wrote it cannot find the super block and exit.
Does the disk contain data which has to be recovered? If not, you could format it:
Code: Select all
sudo mke2fs -j /dev/sdb2
Re: No access to shared folders
My networkspace has suddenly stopped working and going in to it's config pages I also get the "An unknowned disk has been detected. The file system is not supported or there is no partition on the disk." message.
Unfortunately I need to recover the data - has anyone got any ideas?
Thanks in advance folks.
Peter
Unfortunately I need to recover the data - has anyone got any ideas?
Thanks in advance folks.
Peter
Re: No access to shared folders
Depends on the nature of your data. If that is mainly photo's and movies, get the disk out of it's case, and connect it to a PC. (Directly or using an USB-SATA converter). Say 'no' to any helpful hints of your operating system. Then use PhotoRec to recover your files.sumazon wrote:Unfortunately I need to recover the data - has anyone got any ideas?
When the data consists of flat textfiles, there is no other option than searching the disk for keywords, using a disk editor, and manually copying the interesting sectors.