Log in
پنج شنبه,۰۷ مرداد ماه ۱۳۸۹مطابق با
١٦ شعبان ۱۴۳۱هجرى قمرى

Partition and Format
Edit partition and format in Linux
Once you know what partitions you’ve got
$ sudo fdisk -l
In my case, I see that the drive is called /dev/sdb1.
MS-DOS/Windows XP file system under Linux, enter:
$ sudo mkfs.vfat /dev/sdb1
mkfs.vfat -F 32 -n volume_name /dev/sdb1
Ok, try specifying the filesystem type:
$ mount -t vfat /dev/sdb1 /mnt/sdb1
Linux format:
$ sudo mkfs.ext3 /dev/hda[0 .. whatever here ] /mnt/ubuntu
$ sudo mount -t ext3 /dev/hda[0 .. whatever here ] /mnt/ubuntu
o set up a swap partition:
$ sudo mkswap -f /dev/sdb2
To activate the swap area:
$ sudo swapon /dev/sdb2
Post your comment
Archives:
- Mercurial & hg view
- jPortal wordpress theme
- WordPress Careers plugin
- Check For Email pattern
- WordPress ODLinks Plugin
- WordPress Classifieds Plugin
- Clean up the Ubuntu
- Persian philosophs and sciences
Subpages
- Partition and Format
- Application in chroot
- Realplayer and IE
- SSL & Serverzertifikat
- Debian Package
- Solaris Package
- Linux commands
- Web service
- PHP
- PERL
Categories:
Root Category
Links
- (IE)HTML - اديتور به فارسي و لاتين
- Online Graphic Plotter
- Online scientific calculator
- تقويم ساليانه
- تبديل کُدهای رايج
- تبدیل تاریخ شمسی به میلادی
- فارسی نويس
- تبديل خط فينگليش به فارسى
Local times
- CEST: 2010-07-29 20:18
- EDT: 2010-07-29 14:18
- IRDT: 2010-07-29 22:48
- KST: 2010-07-30 03:18
- PDT: 2010-07-29 11:18





