Results 1 to 10 of 57
when i installed it i found out even when it was installed have 2 hit f6 then at end of boot up line put acpi=off i found out 100% its ...
- 03-13-2008 #1
linux mint get acpi=off set into boot config
when i installed it i found out even when it was installed have 2 hit f6 then at end of boot up line put acpi=off i found out 100% its the culprit i dont put it it freezes i put it it boots fine please someone tell me how to change the boot file or whatver to add that line please?
other then that linux mint is gold!
- 03-13-2008 #2
Open /boot/grub/menu.lst file and add acpi=off at the end of kernel line.
Press Alt+F2 and type this
It will open menu.lst file in Gedit with root privileges.Code:gksu gedit /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-14-2008 #3
i got that fixed now i want to automaticly mount my ntfs storage drive when i was on fedora you told me a fdisk command but for mint i assume its differnt can you tell me the command so i can give you the output??
- 03-14-2008 #4
Basic commands are same in all Linux Distros. Execute this
sudo is for gaining root privileges.Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-14-2008 #5
Disk /dev/sda: 74.3 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1fc71fc6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 8666 69609613+ 83 Linux
/dev/sda2 8667 9039 2996122+ 5 Extended
/dev/sda5 8667 9039 2996091 82 Linux swap / Solaris
Disk /dev/sdb: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd4b8d4b8
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 36483 293049666 7 HPFS/NTFS
- 03-14-2008 #6
anyone? if not ill just have to wait on casper....
- 03-15-2008 #7
Mint should have already setup mount ... check output of
Code:grep sdb1 /etc/fstab
- 03-15-2008 #8
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec 0 0 /dev/sdb1 /mnt/D ntfs-3g auto, users, exec, sync, rw 0 0
- 03-15-2008 #9
also i noticed from my ntfs storage drive i manualy mount for now i notice writing to it or from it some times file you are transferring zips over sometimes it hangs and takes its time i know drive is healthy im streaming my 8 gig 720P wmv HD rips to my 360 and it doesnt stutter or anything movies play fine so the twonkymedia server is streaming off it fine
- 03-16-2008 #10
my new fstab my old storage hard drive it go BOOM!
Disk /dev/sda: 74.3 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1fc71fc6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 8666 69609613+ 83 Linux
/dev/sda2 8667 9039 2996122+ 5 Extended
/dev/sda5 8667 9039 2996091 82 Linux swap / Solaris
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x870411e9
Device Boot Start End Blocks Id System
/dev/sdb1 2 60801 488376000 f W95 Ext'd (LBA)
/dev/sdb5 2 60801 488375968+ 83 Linux
so trying to automount it thanks for help so far guys i realy apreciate it


