Fedora Core 3 loading USB hard drive and NTFS partition

xiaoxiao2021-03-06  42

For NTFS partitions, need to

Http://linux-ntfs.sourceforge.net/rpm/Fedora3.html Download an RPM package, RPM -IVH ... MkProbe NTFS after installation. Then you can load it through mount, or modify / etc / fstab.

For USB hard drive, modify / etc / fstab. My machine / etc / fstab is as follows, pay attention to / dev / sda1 line:

# This file is edited by fstab-sync - see 'man fstab-sync' for detail

Label = / / EXT3 Defaults 1 1

None / dev / pts devpts gid = 5, Mode = 620 0 0

None / dev / shm TMPFS Defaults 0 0

None / Proc Proc Defaults 0 0

None / Sys sysfs defaults 0 0

Label = Swap-HDA4 Swap Swap Defaults 0 0

/ dev / sda1 / mnt / usb vfat auto, user, ocharset = cp936, codepage = 936 0 0 0 / dev / hda6 / mnt / window DEV / HDA6 / MNT / WINDATA NTFS DEFAULTS 0 0 0

/ dev / hdc / media / cdrecorder auto pamconsole, exec, noauto, managed 0 0

After the setting is complete, insert the USB hard drive will automatically create an icon on the desktop to use.

Then add a method of automatically loading a USB hard drive or a U disk:

Transferred from

http://bbs.chinaunix.net/forum/viewtopic.php?t=498807

Modify /usr/share/hal/fdi/90defaultpolicy/fdi/90defaultpolicy/fdi/90defaultpolicy/fdi/90de.fdi file, find this line: true Add a line to the true save exit, execute under root users # / SBIN / Service Haldaemon Restart # / sbin / service messagebus restart logout, re-enter the system, and install it automatically.

转载请注明原文地址:https://www.9cbs.com/read-56681.html

New Post(0)