I think its hfs+ problem

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
husam211426

I think its hfs+ problem

Post by husam211426 »

hi

H have problem in sda2 its was Ntfs, after install linux mint its convert to hfs+ ..... please help me to open this partition

Code: Select all

sudo mount -t hfsplus /dev/sda2 /media/husam
[sudo] password for husam: 
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Code: Select all

lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 931.5G  0 disk 
├─sda1   8:1    0   200M  0 part 
├─sda2   8:2    0 372.1G  0 part 
├─sda3   8:3    0 619.9M  0 part 
├─sda4   8:4    0 554.9G  0 part /
└─sda5   8:5    0   3.8G  0 part [SWAP]
sdb      8:16   1   7.4G  0 disk /media/husam/6486-6A24
sr0     11:0    1  1024M  0 rom  

Code: Select all

sudo blkid /dev/sda2
/dev/sda2: UUID="4e1ddf75-3d40-37ff-b1f8-afb7983efc28" TYPE="hfsplus" 

Code: Select all

sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x7df5bbb8

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1  1953525167   976762583+  ee  GPT
Partition 1 does not start on physical sector boundary.

Disk /dev/sdb: 7963 MB, 7963803648 bytes
245 heads, 62 sectors/track, 1023 cylinders, total 15554304 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: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Storage”