Quote:
Originally Posted by george_toolan
Is the filesystem mounted already?
If you have disks with the new GPT instead of old MBR partitions try to install gdisk
Code:
gdisk -l /dev/sda
gdisk -l /dev/sdb
gdisk -l /dev/sdc
until you find the disk that you want to share.
|
Thank you for your reply (and apologize for my late reply. work takes all my time).
I've ran gdisk and came up with the following
Code:
GPT fdisk (gdisk) version 0.8.4
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************
Disk /dev/sdb: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): D00474FD-448C-4B94-A883-1334ADC80F4D
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 9581 sectors (4.7 MiB)
Number Start (sector) End (sector) Size Code Name
1 8192 1543292927 735.9 GiB 0700 Microsoft basic data
2 1543292928 1953523711 195.6 GiB 8300 Linux filesystem
I also ran
ls -l /dev/disk/by-uuid here are the results
Code:
total 0
lrwxrwxrwx. 1 root root c1ff1fa-0562-4016-b154-08aeb9235095 -> ../../sdb2
lrwxrwxrwx. 1 root root bbfdb0-e673-4a74-a0a7-0403f1d7fc26 -> ../../dm-1
lrwxrwxrwx. 1 root root dd19908-9cba-47ff-bfea-8bf3d469ca20 -> ../../dm-2
lrwxrwxrwx. 1 root root 10 מאי 16 22:40 83892806-940d-4c5a-bba7-8106791bf474 -> ../../dm-0
lrwxrwxrwx. 1 root root a7064b0f-6ee6-4a5f-ae9d-27a458470a34 -> ../../sda1
lrwxrwxrwx. 1 root root EA7B-5E84 -> ../../sdb1
sdb1 is the one that I'm looking to share.
I've tried to automount it with fstab but I get a "fsck error code 8".
so I ran dosfsck /dev/sdb1 and now I get even more errors.
Thank you for your help.