خب کاملش معمولا نیست و این نسخه ها که تو اینترنت منتشر میشه یعنی یه چیزای جزئی اضافه میکنه. درسته؟
Printable View
خب کاملش معمولا نیست و این نسخه ها که تو اینترنت منتشر میشه یعنی یه چیزای جزئی اضافه میکنه. درسته؟
چرا دیگه
این مثلا کاملشه:
معمولا توزیعهای مختلف خودشون برای هماهنگی بیشتر و مسائل دیگه روی کرنل اعمال می کنندکد:http://mirror.anl.gov/pub/linux/kernel/v2.6/linux-2.6.26.tar.gz
از اینها هم می شه استفاده کرد
خب پس من اگر این نسخه رو دانلود کنم آسیبی که به سیستم عامل لینوکسم وارد نمیشه؟
طریقه کامپایلش مثل بقیه هست؟
توی ترمینال یکی از دستورهای زیر را اجرا کنید:نقل قول:
کد:su
dolphin
یا
kdesu dolphin
یا
gksu dolphin
کمپایل هسته با بقیه برنامه ها کاملا فرق می کنه و کار نسبتا طولانی و پیچیده ای هست ! البته شاید دفعه اول سخت باشه ... مقاله ی زیر رو بخونید تا متوجه بشید:نقل قول:
کد:http://forum.p30world.com/showpost.php?p=1346568&postcount=20
خروجی دستوری که گفتید :نقل قول:
کد:[root@localhost NEONAZI]# mount -t vfat/dev/fd0 /mnt/floppy-disk -rw -o umask=0000
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
نقل قول:
خروجی دستور mount :
کد:[root@localhost NEONAZI]# mount
/dev/sda10 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda15 on /tmp type ext3 (rw)
/dev/sda13 on /opt type ext3 (rw)
/dev/sda11 on /home type ext3 (rw)
/dev/sda9 on /usr type ext3 (rw)
/dev/sda12 on /usr/local type ext3 (rw)
/dev/sda8 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sdb on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,uid=500)
البته فکر کنم این دستور رو اشتباه اجرا کردین شما! اونجا رو که قرمز کردم یه فاصله کم داره. بعد از t یه فاصله بذاریننقل قول:
سلام. خدا رو شکر شد.
میگن جوینده یابنده هست!!
از دوست خوبم rootnt واقعا ممنونم.
فقط حیف که باید از طریق شاخه وارد و نمیتونم به صورت اتوماتیک وارد فلاپی شم.
راستی واسه فرمت فلاپی باید چیکار کنم؟
یه برنامه هست به نام floppy-formatter (اگر درست نوشته باشم ولی همین چیزا بود)
میشه این جمله رو بیشتر توضیح بدین؟ شاید راه حلی پیدا کردیم.نقل قول: