Не монтируются харды. Unable to mount location. Linux mint 14
Приветствую. Установил Linux Mint 14 на отдельный хард, казалось бы всё ок, но не могу примонтировать два остальных одинаковых терабайтника, один с виндой, другой файлопомойка. За пару часов гугл ничего путного не дал. http://help.ubuntu.ru/wiki/монтирование разделов По этой ссылке ничего не получается. вот вывод fdisk -l http://pastebin.com/P85UYpR9 И в винду теперь тоже не могу загрузиться, загрузчик поломался, а в граб не знаю как добавить, если монтироваться не хотят разделы. =\ В общем помогите пожалуйста, если кто шарит.
zloyvolkey
01.05.13 14:43:57 MSK
Unable to mount location, Can’t mount file
I’m a new user to Ubuntu and I have a problem: I had Windows XP in my computer and I had two partitions: C (for system data) and D(for my personal stuff), then, during the Ubuntu installation I chose the Advanced Settings and formated C partition and left D partition intact, went back and chose Install Ubuntu and replace Windows and it installed fine. The problem is that now I open Nautilus and go to Computer, in there it shows my D partition, 640 Hard Disk, but when I try to mount it displays me a message: «Unable to mount location. Can’t mount file». I ask you to explain me step-by-step what I need to do because I’m not an advanced user. My computer specs: 2 GiB RAM, Proccesor Pentium(R) Dual-Core CPU E5400 @ 2.70GHz × 2, Graphics Unknow (It’s Nvidia GeForce 220 <1GB>or something), OS type 32-bit, Disk 628.0 GB P.S.: My HDD is internal, I’m not using external Hard Drives. Thank You. Mike1GB>
6,162 9 9 gold badges 40 40 silver badges 72 72 bronze badges
asked Dec 21, 2012 at 15:10
user116008 user116008
11 1 1 gold badge 1 1 silver badge 2 2 bronze badges
@rodrigomartins It is not clear if C and D are different partitions or different HDDs. It is also not clear if the OP did a default install or a advanced «Something else install. (He mentions that he doesn’t know where Ubuntu is installed in the unedited text.) Ubuntu default install that removes Windows will also remove all partitions in the drive.
Dec 21, 2012 at 16:36
I understood that C and D are different partitions because he said that he doesn’t have an external HDD. He specified that he entered in Advanced Installation to format C partition and he said he went ‘back (at the installation)’ to choose the Install Ubuntu and Replace Windows option. Windows was installed in C, so when Ubuntu replaced Windows, automatically it’s alocated in C patition. The partition D remains unaffected as it’s just a data partition, the option that removes Windows will only utilize the partition where Windows was intalled. It’s what I understood, but I can be wrong.
Dec 21, 2012 at 18:18
Can you provide the output from sudo fdisk -l please?
Dec 21, 2012 at 18:20
Show Output of uname -a
Jun 2, 2014 at 15:55
1 Answer 1
Hmm, if it’s still displaying the partition, then that means that it’s probably still intact.
Type sudo fdisk -l in the Terminal, and you will get an output like this:
james@james-OptiPlex-GX620:~$ sudo fdisk -l [sudo] password for james: Disk /dev/sda: 160.0 GB, 160000000000 bytes 255 heads, 63 sectors/track, 19452 cylinders, total 312500000 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xf475f475 Device Boot Start End Blocks Id System /dev/sda1 * 63 196527491 98263714+ 7 HPFS/NTFS/exFAT /dev/sda2 196528126 312498175 57985025 5 Extended /dev/sda5 308310016 312498175 2094080 82 Linux swap / Solaris /dev/sda6 196528128 308310015 55890944 83 Linux Partition table entries are not in disk order james@james-OptiPlex-GX620:~$
In this example, there’s a bootable partition at /dev/sda1 of the type NTFS. That’s my Windows partition. /dev/sda2 is the Extended Partition that contains my Ubuntu partition (which is at /dev/sda6 .) It says that the filesystem type here is Linux , but it’s an EXT4 partition.
See if you can figure out which partition is your storage partition. It will probably be FAT, or possibly NTFS.
After you figure that out, note the device it’s on (e.g., /dev/sda1 .)
Then try typing sudo mount /dev/sda# (replace the # with the number.)
EDIT: I just remembered, you need to install ntfs-3g (the Linux NTFS drivers) for this to work. ( sudo apt-get update && sudo apt-get install ntfs-3g )
Unable to mount location after installing Linux Mint
I have been using Ubuntu for a while, but I decided to move to Linux Mint. I removed everything and clearly installed it. After the installation there are two parts which are File System and Toshiba . When I try to open Toshiba it says unable to mount location. Output of sudo fdisk -l can be seen below. By the way I have only one HDD (Toshiba).Moreover I shared two pics to be more clear:
Disk /dev/sda: 750.2 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x8cecb72c Device Boot Start End Blocks Id System /dev/sda1 * 2048 1435547647 717772800 83 Linux /dev/sda2 1435547648 1465147391 14799872 82 Linux swap / Solaris
asked Oct 6, 2014 at 3:22
121 1 1 silver badge 4 4 bronze badges
I’m guessing that’s probably your SWAP partition. Can you access the «file System» drive?
Oct 6, 2014 at 4:21
yeah I can access it without any problems. I am just curious about if it is a corrupted block or not
Error mounting .img file
In Linux Mint 18.2 when I choose «Open With Disk Image Mounter» in a right click menu on an .img file I get following error:
Unable to mount OS Error mounting /dev/loop1 at /media/mint/OS: Command-line `mount -t «ntfs» -o «uhelper=udisks2,nodev,nosuid,uid=999,gid=999» «/dev/loop1» «/media/mint/OS»‘ exited with non-zero exit status 21: ntfs-3g-mount: mount failed: Permission denied
(«OS» is a label of a drive from which this image was created.) I have another .img file (also with NTFS in it) and I receive similar error when I try to mount it. Both files were created with a built-in Linux Mint «Disks» utility. If it helps, they are both 100Gb+ in size and have brackets in their names. How do I fix this error? Or maybe there is a way to mount or view their contents with different tools?