
partitioning - What is sda1 used for? - Super User
Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x3b7e273f Device Boot Start End Blocks Id System /dev/sda1 * 2048 ...
linux - Differences between /dev/sda and /dev/sda1 - Server Fault
It's possible to forego partitioning and put a filesystem directly on a disk. When you mount a block device, the filesystem driver typically looks for a superblock at a predetermined offset from the beginning of the device, and since the beginning of a partition is not the beginning of the disk itself, the superblock for a filesystem in a partition is located at a different place on the disk ...
How to Extend primary partition (/dev/sda1) in linux?
2012年6月25日 · I have another drive (/dev/sdb) having much more free space. I want to shrink space from (/dev/sdb) and extend to (/dev/sda1) partition which is my primary partition and have all linux boot, kernel etc files. What would be best risk free way to do this without losing my data on primary drive(/dev/sda1) ?? fdisk or 'dd' command or 'mount and ...
What is /dev/sda1? - LinuxQuestions.org
2005年3月16日 · Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special featur
[SOLVED] Cannot access sda1 through command prompt.
2011年4月7日 · Need to resize sda1 but sda2 & sda3 is between sda1 and unallocated space. tony128: Linux - Newbie: 6: 09-13-2010 01:15 AM: BT3 final on EEE 900 cannot alter permissions on SD card (sda1) or access files: techemically: Linux - Software: 1: 02-13-2009 01:20 PM: how to access X11 server from command prompt: Icode4food: Linux - Newbie: 4: 06-02 ...
[SOLVED] fsck /dev/sda or /dev/sda1 - LinuxQuestions.org
2017年7月20日 · usually /dev/sda is the whole device, and /dev/sda1, /dev/sda2 ... are partitions which may contain filesystem. fsck works with filesystems, so running fsck on /dev/sda is usually meaningless - you will get an error, because there will be no filesystem to check.
Mounting both /dev/sda and /dev/sda1 - how can this be?
user@server:~$ sudo fdisk -l /dev/sda Disk /dev/sda: 10.7 GB, 10737418240 bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000000 Disk /dev/sda doesn't contain a valid partition table user@server:~$ sudo fdisk -l /dev/sda1 Disk /dev/sda1: 10.7 GB, 10737418240 bytes 255 heads ...
ubuntu - What does /dev/sda in Linux mean? - Super User
TL;DR: It has to do with the way Linux (and other Unixes as well) name their drives, much in the way that Windows uses C:, D:, etc. (NOTE: This is what we call a metaphor.
sda1 disk clean up - LinuxQuestions.org
2008年10月6日 · The livecd will probably show a mount point for sda1 as /mnt/sda1, and a mount point for sdb1 as /mnt/sdb1. Open a terminal window, and mount sda1 and sdb1. mount /dev/sda1 /mnt/sda1
[SOLVED] sda1 - how to see and delete files - LinuxQuestions.org
2015年3月7日 · sda1 is the one I am concerned about, so that is the one I am posting below. Try this - start with the largest directory(s). You can use a similar command descending into the big guys (drop the -d 1 in the dirs)