#11641 closed defect (wontfix)
vboxsf does not seem to support BLKGETSIZE & BLKFLSBUF
回報者: | RoelV | 負責人: | |
---|---|---|---|
元件: | shared folders | 版本: | VirtualBox 4.2.10 |
關鍵字: | vboxsf | 副本: | |
Guest type: | Linux | Host type: | Windows |
描述 (由 作最後更新)
[roel@localhost ~]$ mount | egrep "sda|vboxsf" /dev/sda1 on /boot type ext4 (rw) /ssd on /ssd type vboxsf (rw) ssd on /media/sf_ssd type vboxsf (gid=501,rw) [roel@localhost ~]$ sudo hdparm -t /dev/sda1 /dev/sda1: Timing buffered disk reads: 492 MB in 3.01 seconds = 163.28 MB/sec [roel@localhost ~]$ sudo hdparm -t /media/sf_ssd /media/sf_ssd: BLKGETSIZE failed: Inappropriate ioctl for device BLKFLSBUF failed: Inappropriate ioctl for device [roel@localhost ~]$ [roel@localhost ~]$ sudo hdparm -t /ssd /ssd: BLKGETSIZE failed: Inappropriate ioctl for device BLKFLSBUF failed: Inappropriate ioctl for device
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
This is not a bug. Other remote filesystems like 'nfs' do also not support there system calls.