Search Results

Search: Posts Made By: ravisingh
Forum: Boot Loaders 05-19-2013
4,957
Posted By ravisingh
Oh i was thinking I can verify the capability of...
Oh i was thinking I can verify the capability of my system recovery. I was feeling good to know that my work can never stop as windows repair usb is there with me.
It took quite a long time for me...
Forum: Boot Loaders 05-19-2013
4,957
Posted By ravisingh
Can I test windows 7 repair usb even if windows is fine?
I successfully created a bootable windows 7 repair usb.
Please clarify me:
I rebooted my system via USB. windows repair window appeared. There were 5 options. I opted 'windows memory diagnostic'...
2,111
Posted By ravisingh
Issue while downloading a file from youtube via IDM
I download a file (video) from youtube via IDM. What happens, it downloads completely but while running the video, I find that it isn't proper. The video won't be complete. for ex., a 10 minutes...
Forum: Boot Loaders 05-19-2013
50,521
Posted By ravisingh
After long I was able to download wndows 7 32 bit...
After long I was able to download wndows 7 32 bit repair iso file (mine is 32 bit). I tried the below 2 methods but to no avail:

1) I used Unetbootin to prepare a bootable usb. I rebooted and did...
Forum: Filesystems, Disks and Memory 05-18-2013
6,725
Posted By ravisingh
My picutres show for removable drive (memory chip...
My picutres show for removable drive (memory chip of cell phone) drive 1.
My picture doesn't show for hard disk (disk 0)
yes C drive may be system drive
Forum: Filesystems, Disks and Memory 05-18-2013
7,029
Posted By ravisingh
"parted" command not working in Fedora9
I ran the foll. command:
parted /dev/sdb
(parted) p
mkpart primary 1GB 1.5GB

The parted command (when I print the details) outputs something like below:
1 2048MB .......

what I want to...
Forum: Filesystems, Disks and Memory 05-18-2013
6,725
Posted By ravisingh
Please have a look again at the attachment in my...
Please have a look again at the attachment in my earlier post. YOu told windows recognizes the hard disk with all its partitions. Now in the attachment you see the diff. partitions on hard disk with...
Forum: Boot Loaders 05-17-2013
50,521
Posted By ravisingh
Where to get windows 7 iso file of repair?
I need to make a bootable usb of windows 7 repair disc iso file so that I can use it in case my system doesn't boot up. On net I am getting complete windows 7 OS iso but I need only the repair disc...
Forum: Boot Loaders 05-17-2013
4,510
Posted By ravisingh
Is Unetbootin capable of making any iso file bootable
1)It is a great experience to achieve what I got today. I had downloaded GParted iso file (135 MB size). Now to make a bootable usb of it, I used unetbootin and to surprise I succeded in entering...
Forum: Filesystems, Disks and Memory 05-16-2013
6,725
Posted By ravisingh
Great Rudic, you replied to the point. Thank you...
Great Rudic, you replied to the point. Thank you very much for your assistance.

Do you mean windows is not recognizing it as USB?
On removable devices, windows recognizes that way. What about...
Forum: Filesystems, Disks and Memory 05-16-2013
58,756
Posted By ravisingh
Can I format a partition in Linux with FAT32 or NTFS?
I tried in fedora 9 to format a partition with FAT32 or NTFS but failed
mkfs -t NTFS /dev/sdb3
mkfs -t FAT32 /dev/sdb3
In both the output says the the device isn't present.
the output is...
Forum: Filesystems, Disks and Memory 05-16-2013
7,723
Posted By ravisingh
Can I create Windows repair software in USB rather than CD?
My CD drive isn't working. So, is there any way to create windows recovery/repair software in flash drive/usb. This is the s/w which we use if system fails to boot.
Forum: Filesystems, Disks and Memory 05-16-2013
6,725
Posted By ravisingh
Different partitions of a drive behaving differently in Windows
I have a memory card of my Nokia N73 attached to laptop. There are a few partitions.
Why all partitions behave differently? As clear from the attachments, for some partition, delete option is...
4,496
Posted By ravisingh
Thanks, I am going to try how it works and w'd...
Thanks, I am going to try how it works and w'd update you. In the mean time, just w'd like to know whether my all 3 OS w'd work. Now, 2 are already there, windows and fedora.
When I boot it asks me...
4,496
Posted By ravisingh
How to shrink root file system (LVM) in Linux Fedora 9?
My root file system is of type LVM. i wanna shrink it but unable to do so.
When i give the below command:
resize2fs /dev/mapper/VolGroup00-VolLog00 10000M
it messages that online shrink can't...
1,882
Posted By ravisingh
I tried with CD and DVD both. I entered brand new...
I tried with CD and DVD both. I entered brand new DVD OF SONY. For all, it showed error. (I didn't make a note wheter it showed same errors for all!).
Is there any issue with my CD/DVD drive because...
1,882
Posted By ravisingh
Unable to create windows recovery disc
Getting error while creating windows recovery disc
Please see attachment
2,212
Posted By ravisingh
hanson44 , those isolated examples were more than...
hanson44 , those isolated examples were more than enough to understand what I wanted to know. Thanks a lot!

Rudic, I got it from your simple code what I wanted. Thanks!!
2,212
Posted By ravisingh
Don Cragun, I have intentionally written only the...
Don Cragun, I have intentionally written only the read,continue and break statements . I knew the code I wrote should be within a loop(while, for, until) then only 'continue' and 'break' makes sense....
2,212
Posted By ravisingh
Don Cragun, that may be a good way to test our...
Don Cragun, that may be a good way to test our programs by giving standard input (without specifying any file name). I had run awk programs by giving stnd input.

Now, what I want to say is:
As...
2,212
Posted By ravisingh
awk doesn't understand 'read' statement!!!
While working on awk programming, i found that it doesn't understand 'read' statement. Then what's the use of 'continue' and 'break' statement in awk.
For ex:
awk '{k=1; while (k<10) {print $0;...
1,241
Posted By ravisingh
How to take care of trailing spaces. I don't want...
How to take care of trailing spaces. I don't want to measure these and put in the printf statement. Is there any direct way that these would be taken care of
1,036
Posted By ravisingh
Guru, how to do manually ? and also please...
Guru, how to do manually ? and also please elaborate on your points so that it is clear
1,467
Posted By ravisingh
find . -type f -ls | awk '{$7+= $7 END {print...
find . -type f -ls | awk '{$7+= $7 END {print $7}'
This program will output the size of all the files searched recursively from the current files.
This may also includes the same hard-linked files....
1,241
Posted By ravisingh
I want that the name as shown in the 2nd field...
I want that the name as shown in the 2nd field should be a bit modified. The 2nd name should come 1st.
For example "Rob Cliff" should become "Cliff Rob"
Write program so that the complete file...
Showing results 1 to 25 of 106

 
All times are GMT -4. The time now is 06:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy