Ubuntu 為什麼都要把IDE變成SCSI? - Linux

Ina avatar
By Ina
at 2010-12-09T22:19

Table of Contents

我的裝置明明都是IDE的

為什麼安裝Ubuntu之後

都是 sdx 呢?

不是應該 hdx 嗎?

--
Tags: Linux

All Comments

Una avatar
By Una
at 2010-12-14T15:44
我記得我之前玩mandriva IDE硬碟也是sdx的編號不是hdx
Poppy avatar
By Poppy
at 2010-12-17T03:30
sata....
Kyle avatar
By Kyle
at 2010-12-17T21:13
sata硬碟是未來趨勢,反正都是硬碟,當他是裝置位置就好
Frederica avatar
By Frederica
at 2010-12-19T16:05
libata
Ida avatar
By Ida
at 2010-12-24T13:47
好像是 kernel module 從某版之後全部抽象成 sdx 裝置
Susan avatar
By Susan
at 2010-12-28T09:30
那是kernel做,只要是用kernel 2.6之後都改成 sdx了
Odelette avatar
By Odelette
at 2010-12-30T13:28
ATA support for libsas (requires libata)
Dinah avatar
By Dinah
at 2011-01-02T17:28
未必kernel 2.6之後都是sdx,centos還是hdx
Damian avatar
By Damian
at 2011-01-05T14:37
CENTOS現在的kernel似乎是2.6.18

gnuplotfortran

Dorothy avatar
By Dorothy
at 2010-12-09T20:52
請問有人會安裝嗎 我想要在fortran下跑gnuplot $ gmake f95 -shared fortranposix.f90 -o libfortranposix.so posixwrapper.o /usr/bin/ld: /tmp/ccczSEGW.o: relocation R_X86_64 ...

postfix+SASL被破解

Genevieve avatar
By Genevieve
at 2010-12-09T20:45
我從 mail.log 檔案裡,發現大量類似這樣的訊息: Dec 9 20:41:23 mail postfix/smtpd[6503]: 6CC3224014C: client=unknown[82.128.37.7], sasl_method=LOGIN, sasl_username=USER 我猜 ...

文字無法複製到Virtualbox中的ubuntu

James avatar
By James
at 2010-12-09T16:28
剛剛利用virtualbox安裝了ubuntu 10.10的版本, 但是安裝完之後(也安裝了Guest Additions), 卻發現我在 windows端複製文字要貼過去virtualbox的ubuntu卻無法貼過去, 檢查設定值的general中進階分項內共用剪貼簿的設定, 也有選擇雙向.... 不知道是 ...

當|bc也在指令中的時候 如何"echo"不換 …

Belly avatar
By Belly
at 2010-12-09T12:40
※ 引述《bbirthday (想念....)》之銘言: : 例如說 我有以下指令在script裡 : x=100 : echo and#34;scale=2; sqrt($x)/3and#34; |bc : echo and#34; dollarsand#34; 我是覺得既然你都用了變數,那就用的徹底一點 ...

當|bc也在指令中的時候 如何"echo"不換行?!

Edward Lewis avatar
By Edward Lewis
at 2010-12-09T10:53
例如說 我有以下指令在script裡 x=100 echo and#34;scale=2; sqrt($x)/3and#34; |bc echo and#34; dollarsand#34; 輸出會是 3.33 dollars 如果我想要這樣的輸出: 3.33 dollars 我應該怎麼做呢? 我試過 ...