在mount裡看到哪個裝置檔案的一些筆記

2021-05-28 12:56:03 字數 1517 閱讀 9459

檢視日誌發現是在報塊錯誤,然後就用telnet進入裝置,想用ext3格式,這個是linux的格式,應該相容自家的系統比較好。先格式化tf卡,這是為了插入路由器後能在mount裡看到哪個裝置檔案:(下面顯示的例子是後來編輯的,內容只是舉例和前述裝置可能不符)

輸入mountroot@rt-00904cc00451:/tmp/home/root# mount

rootfs on / type rootfs (rw)

/dev/root on / type squashfs (ro)

proc on /proc type proc (rw)

tmpfs on /tmp type tmpfs (rw)

devfs on /dev type tmpfs (rw,noatime)

sysfs on /sys type sysfs (rw)

devpts on /dev/pts type devpts (rw)

usbfs on /proc/bus/usb type usbfs (rw)

/dev/sda4 on /tmp/mnt/sda4 type fat32 (rw,nodev,noatime,data=ordered)

可以看到最後乙個,驅動裝置是/dev/sda4,掛載點是/tmp/mnt/sda4。

如果要格式化,那麼用mkfs.ext3 /dev/sda4。前提要umount掉先。

格式化過程大概如下:

mke2fs 1.38 (30-jun-2005)

filesystem label=

os type: linux

block size=4096 (log=2)

fragment size=4096 (log=2)

1226400 inodes, 2451912 blocks

122595 blocks (5.00%) reserved for the super user

first data block=0

75 block groups

32768 blocks per group, 32768 fragments per group

16352 inodes per group

superblock backups stored on blocks:

32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

writing inode tables: done

creating journal (32768 blocks): done

by writing superblocks and filesystem accounting information: done

this filesystem will be automatically checked every 33 mounts or

180 days, whichever comes first.  use tune2fs -c or -i to override.

完成後就可以正常使用了。

在matlab裡讀取多個檔案

在乙個matlab的學習群裡,有人提出了這麼乙個問題 在matlab裡如何讀取多信檔案的資料,例如,有許多資料,存放在不同的txt檔案裡。我的辦法是把這些檔案的檔名按一定的規律命名,假如有一百個資料檔案,則可以把這些檔案分別命名為 filename1.txt,filename2.txt,fielna...

在Eclipse裡匯入dtd檔案提示

解決的方法是指定本地的dtd檔案,以便達到檢測和提示的功能。1.window preferences.在左邊的搜尋框中輸入 xml 定位到xml.2.xml xml catalog,此時右邊顯示相應的內容.在右邊 xml catalog entries 下方有乙個 add 按鈕,單擊它,在彈出的對話...

lbi裡的資料檔案擴容(裸裝置)

當前資料庫裡的資料檔案都是8g,需要擴到32g,資料檔案是建在裸裝置上,lv的容量就只有8g,需要重建lv,再新增資料檔案。1.查詢哪些資料檔案沒有資料,刪除這些資料檔案 set pagesize 999 spool liu.sql select alter tablespace tablespac...