0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

中古ノート、買ってみた。 その21

Posted at

概要

中古ノート買ってみた。
1FDLinux、見つけたので、やってみた。

参考にしたページ

写真

image.png

コマンド

Very Tiny Linux     rvtl 3.02         https://www.mztn.org/
                            linux-2.6.11 (usb vfat ntfs reiserfs sata)
  VESA Mode
      depth | color | 640x480  800x600  1024x768  1280x1024
      ------+-------+--------+---------+---------+---------
      15bit | 32k   |  310      313       316       319
      16bit | 64k   |  311      314       317       31A
      32bit | 16M   |  312      315       318       31B

cat        |ca tmp.txt                  sync       |sy
ls         |ls /vtl                     chroot     |cr tmp
cd         |cd tmp                      exec       |ex /sbin/init
chmod      |cm 644 tmp.txt              pivot_root |pv /mnt /mnt
mkdir      |md tmp                      swapon     |so /dev/hda3
mv         |mv tmp tmp2                 swapoff    |sf /dev/hda3
umount     |um /mnt                     rmdir      |rd tmp
rm         |rm tmp                      pwd        |cw
mount      |mo /dev/hda1 /mnt vfat       |mo /dev/hda1 /mnt reiserfs
           |mo /dev/hda1 /mnt ext2       |mo /dev/hda1 /mnt ext3
           |mo /dev/scd0 /mnt iso9660 r  |mo /dev/scd0 /mnt udf
           |mo none /proc proc

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?