Sponsored Content
Full Discussion: Will You Buy an Apple iPad?
The Lounge What is on Your Mind? Will You Buy an Apple iPad? Post 302467807 by Neo on Sunday 31st of October 2010 11:43:32 AM
Old 10-31-2010
Quote:
Originally Posted by radoulov
I still believe that, as far as the mobile Internet is concerned, the best solution is still the smart phone, not the tablet. When you need Internet in your pocket, you just need a smaller device. The tablet is quite big and still quite limited in many aspects.
Yes, I agree. I have the 4" display Galaxy S, and I really like it; but when I got my hands on the 7" Galaxy Tab, I thought Android 2.2 (which Google says is not designed for tablets), looked "not so good" on a tablet, but is great on my mobile.

So, I decided not to buy the current generation Galaxy Tab running 2.2 and wait for Android 3.0. The main reason is that I am really happy with Android 2.1 (soon to upgrade to 2.2) on my Galaxy S when mobile; and when home, I prefer to just use a laptop/netbook or my big Mac, until I see a "lighter, brighter, better" tablet (my Galaxy S is 113 grams, as I recall, the perfect weight in hands and in the pocket).
 
WREN(3) 						     Library Functions Manual							   WREN(3)

NAME
wren, ata - hard disk interface SYNOPSIS
bind #H[drive] /dev bind #w[target[.lun]] /dev /dev/hd0disk /dev/hd0partition /dev/sd0disk /dev/sd0partition ... DESCRIPTION
The hard disk interfaces (wren, #w, is a SCSI disk; ata, #H, is an IDE or ATA disk) serve a one-level directory giving access to the hard disk partitions. The parameter to attach defines the numerical SCSI target and logical unit number or the IDE drive number to access. Both default to zero. Each partition name is prefixed by hd and the numeric drive identifier. The partition always exists and covers the entire disk. The size of each partition as reported by stat(2) is the number of bytes in the partition, so the size of is the size of the entire disk. The partition also always exists; it is the last block on the disk for SCSI, second to last for IDE. If it contains valid partition data, those partitions will be visible as well. Every time the device is bound, the partitions are updated to reflect any changes in the parti- tion file. The format of the partition file is the string plan9 partitions on a line, followed by partition specifications, one per line, consisting of a name and textual strings for the block start and limit for each partition on the disk. The program prep(8) writes the partition table for the disk; its use is preferred to writing it by hand. SEE ALSO
prep(8), scsi(3) SOURCE
/sys/src/9/port/devwren.c /sys/src/9/pc/devata.c WREN(3)
All times are GMT -4. The time now is 10:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy