In shell, Enter as superuser(root) mode by using command: su -
Then
cd /mnt
Then
- type command: fdisk -l
- then create directory /mnt by using command
- mkdir urfolder
cd /mnt
- Then use command: mount /dev/sda1 /mnt/urfolder
- Now you can access your pendrive in /mnt/urfolder
- Give umount /dev/sda1
No comments:
Post a Comment