Hello,
I used to mount my fat32 partition with the following line in /etc/fstab :
It was working great on 10.3 but it does no work anymore since I have upgraded to 11.0
It is weird because the /dev/ada0s3s1 file does not exist anymore.
Did I forget something in the upgrade process?
I used to mount my fat32 partition with the following line in /etc/fstab :
Code:
/dev/ada0s3s1 /mnt/E msdosfs rw,-m=777 0 0
It was working great on 10.3 but it does no work anymore since I have upgraded to 11.0
@ gpart show ada0
Code:
=> 63 312581745 ada0 MBR (149G)
63 82140282 1 freebsd (39G)
82140345 61432560 3 ebr (29G)
143572905 169008903 4 freebsd [active] (81G)
@ gpart show ada0s3
Code:
=> 0 61432560 ada0s3 EBR (29G)
0 61432560 1 fat32 (29G)
@ file -s /dev/ada0s3
Code:
/dev/ada0s3: DOS/MBR boot sector; partition 1 : ID=0xb, start-CHS (0x3ff,254,63), end-CHS (0x3ff,254,63), startsector 63, 61432497 sectors, extended partition table (last)
It is weird because the /dev/ada0s3s1 file does not exist anymore.
Did I forget something in the upgrade process?
Last edited: