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
Subpages
- Partition and Format
- Application in chroot
- Realplayer and IE
- SSL & Serverzertifikat
- Debian Package
- Solaris Package
- Linux commands
- Web service
- PHP
- PERL
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
- » Spiele für Schulkinder
- » ایستگاه قطار دورتموند
- » Hosting & Service Provider
- » Learning French
- » Korea Live TVs
- » Highlights of Iran's history
- » Take a free course online.
- » Persian philosophs and sciences
- » Aktuelle Angebote
- » LIVE-STREAM
- » Schule Übungsblätter
- » حاج آقا سيد عباس دوستانى
Categories:
Links
- (IE)HTML - اديتور به فارسي و لاتين
- Online Graphic Plotter
- Online scientific calculator
- تقويم ساليانه
- تبديل کُدهای رايج
- تبدیل تاریخ شمسی به میلادی
- فارسی نويس
- تبديل خط فينگليش به فارسى





