February 11, 201115 yr OK this usb hard drive is back(usb cable came unplugged). So how do I mount it in disk_management in unmenu?
February 11, 201115 yr OK this usb hard drive is back(usb cable came unplugged). So how do I mount it in disk_management in unmenu? What version of unMENU are you using? Joe L.
February 11, 201115 yr the most up to date one, i clicked install updates and it says no updates. If there is a file system on the disk that is recognized there will be a "Mount" button on the disk-management page for that partition.
February 11, 201115 yr After reading through this post a few more times, it seems the OP had the same problem but had to reformat his external drive. Thats not an option because this is the drive that has all the data on it I want to transfer.
February 11, 201115 yr My main sys log says its a guild partition table. Ah... that is why it is not recognized. Does the partition show when you type cat /proc/partitions If yes, you can mount the partition yourself. modprobe hfsplus mkdir /tmp/apple_disk mount -t hfsplus /dev/sdXN /tmp/apple_disk (where sdXN = the disk and partition number for your disk)
February 11, 201115 yr I tried the same thing with a seagate that was supposed to be ntfs and it didn't mount either. Let me plug the other one back in and try what you suggested. I really do appreciate you taking time out to help me.
February 11, 201115 yr I must have done something wrong...it says wrong fs type, bad option, bad super block on /dev/sdg1,missing codepage or helper program or other error in some cases useful info is found in sys log - try dmseg tail or so
February 11, 201115 yr syslog says unable to find hfs+ super block Then either you gave the wrong partition, or unRAID's OS does not understand the partitioning.
February 11, 201115 yr I tried it with sdg, sdg1, sdg2, and now after sdg2 in disk_manager it shows the /tmp/apple_disk after it.
February 11, 201115 yr I tried it with sdg, sdg1, sdg2, and now after sdg2 in disk_manager it shows the /tmp/apple_disk after it. That is encouraging. Joe L.
Archived
This topic is now archived and is closed to further replies.