Recently, the company's power line was overhauled, and the power supply was cut off under abnormal circumstances. As a result, a Ubuntu server cannot continue the Service (many strange faults ),
We plan to replace the system with centos 5.2. This will be more stable.
Export some data before installation. Because the network service is not started. I had to use mobile storage to transfer data.
Ubuntu Platform
USB flash drive
Sudo Mount-T vfat/dev/sdb1/mnt/U-O uid = 1001-O gid = 1001
Mobile hard drive
Sudo Mount-t ntfs/dev/hdb5/mnt/Uu-O uid = 1001-O gid = 1001-o force
CD image
Sudo Mount-T iso9660/home/demo. ISO/mnt/CDROM-o loop
Centos
USB flash drive
Sudo Vim/etc/fstab
/Dev/sda1/home/u vfat noauto, user, owner, exec 1 2
Mount/home/u
Mobile hard drive (NTFs format)
Download the latest NTFS-3G release,
./configure
make
make install
Sudo Vim/etc/fstab
/Dev/sda5/home/UU ntfs-3g noauto, user, owner, exec, uid = 501, gid = 501 1 2
Mount/mnt/u
Or
Sudo Mount-T ntfs-3g/dev/sdb5/mnt/U-o force (/mnt/u should exist !)