16
1.3.4 Linux
It can be available on Linux 2.4 higher.
[Automatic Mount]
After booting, do log-in.
Connect PBR-500 -> Power On PBR-500 -> Check the detection with [fdisk] -> make Mount Pointer (ex.
mediatest) at Folder Mount(/mnt) -> Edit [/etc/fstab] -> add the following;
/dev/sda /mnt/mediatest vfat noauto, user 0 0 (in case of FAT32 HDD)
/dev/sda /mnt/mediatest ntfs noauto, user 0 0 (in case of NTFS HDD)
Do Log-in again.
above example “sda” is assumed that the PBR-500 will be detected as “sda” on your system. If not,
you have to write the drive name which is detected as “USB Mass Storage”, not “sda”.
[Manual Mount]
Connect PBR-500 -> Power On PBR-500 -> Check the detection with [fdisk] -> make Mount Pointer (ex.
mediatest) at Folder Mount(/mnt) -> Edit [/etc/fstab] -> add the following;
mount –t vfat /dev/sda /mnt/mediatest (in case of FAT32 HDD)
mount –t ntfs /dev/sda /mnt/mediatest (in case of FAT32 HDD)
above example “sda” is assumed that the PBR-500 will be detected as “sda” on your system. If not,
you have to write the drive name which is detected as “USB Mass Storage”, not “sda”
[How to stop using]
Do [unmount] at Device Control.