|
 
|
重新安裝後, 無法讀取某個 partation
原本是用 kubuntu, 原 linux partation, /dev/sdb2, /dev/sdb3 都用 JFS,
現在更新做 Mint Linux, 系統 在 /dev/sdb2 用EXT4,
另外的/dev/sdb3 沿用 JFS,因為有 DATE 不想搬移. 系統開機時可自動mount, 但讀不到任何東西.
我做漏了什麼?
肯定的是, 安裝時除了 /dev/sdb2, 其他都沒有 format 的.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=7c1cedbd-b9da-4617-9cc3-834db7a94b27 / ext4 errors=remount-ro 0 1
# /usr/local1 was on /dev/sdb3 during installation
UUID=1ce28948-7166-4fe2-9005-c68cf922e294 /mnt/local1 jfs errors=remount-ro 0 2
# /usr/local2 was on /dev/sda2 during installation
UUID=21b752e7-a97b-4148-9c7b-fe93c68bcc37 /mnt/local2 jfs defaults 0 2
---------------->分隔<-------------
sudo fdisk -l /dev/sdb
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x00000001
Device Boot Start End Blocks Id System
/dev/sdb1 2048 94373887 47185920 7 HPFS/NTFS/exFAT
/dev/sdb2 94373888 181618687 43622400 83 Linux
/dev/sdb3 181618688 601049087 209715200 83 Linux
/dev/sdb4 * 601049088 976771071 187860992 7 HPFS/NTFS/exFAT
謝謝 |
|
|
|